#334713

Color #334713 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #334713

Tints of Turtle Green #334713

Color information

#334713 (or 0x334713) is unknown color: approx Turtle Green. HEX triplet: 33, 47 and 13. RGB value is (51,71,19). Sum of RGB (Red+Green+Blue) = 51+71+19=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #334713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334713 is #CCB8EC. Grayscale: #3B3B3B. Windows color (decimal): -13416685 or 1263411. OLE color: 1263411.

HSL color Cylindrical-coordinate representation of color #334713: hue angle of 83.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334713 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB517119-
CMYK0.2800.730.72
HSL83.08º57.78%17.65%-
HSV(B)83.08º73.24%27.84%-
XYZ3.745.261.43-
YUV59.09105.37122.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=36.17%
G=50.35%
B=13.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5171190.2800.730.7283.0857.7817.65
Hex3347131C04948533a12
Octal63107233401111101237222
Binary11001110001111001111100010010011001000101001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334713; }

 p { color: rgb(51,71,19); }

 H1.HeaderClassName
 {
   color: #334713;
 }
 .AnyTagClassName
 {
   color: #334713;
 }
</style>
background-color css

<style>
 a { background-color: #334713; }

 a { background-color: rgb(51,71,19); }

 div.DivClassName
 {
   background-color: #334713;
 }
 .BgClassName
 {
   background-color: #334713;
 }
</style>
border-color css

<style>
 span { border-color: #334713; }

 span { border-color: rgb(51,71,19); }

 td.TdClassName
 {
   border-color: #334713;
 }
 .TagClassName
 {
   border-color: #334713;
 }
</style>