#334406

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

Shades of Turtle Green #334406

Tints of Turtle Green #334406

Color information

#334406 (or 0x334406) is unknown color: approx Turtle Green. HEX triplet: 33, 44 and 06. RGB value is (51,68,6). Sum of RGB (Red+Green+Blue) = 51+68+6=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #334406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334406 is #CCBBF9. Grayscale: #383838. Windows color (decimal): -13417466 or 410675. OLE color: 410675.

HSL color Cylindrical-coordinate representation of color #334406: hue angle of 76.45º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #334406 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB51686-
CMYK0.2500.910.73
HSL76.45º83.78%14.51%-
HSV(B)76.45º91.18%26.67%-
XYZ3.474.850.93-
YUV55.8599.87124.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=40.8%
G=54.4%
B=4.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal516860.2500.910.7376.4583.7814.51
Hex334461905B494c54f
Octal63104631013311111412417
Binary110011100010011011001010110111001001100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334406; }

 p { color: rgb(51,68,6); }

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

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

 a { background-color: rgb(51,68,6); }

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

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

 span { border-color: rgb(51,68,6); }

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