#334F06

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

Shades of Turtle Green #334F06

Tints of Turtle Green #334F06

Color information

#334F06 (or 0x334F06) is unknown color: approx Turtle Green. HEX triplet: 33, 4F and 06. RGB value is (51,79,6). Sum of RGB (Red+Green+Blue) = 51+79+6=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #334F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F06 is #CCB0F9. Grayscale: #3E3E3E. Windows color (decimal): -13414650 or 413491. OLE color: 413491.

HSL color Cylindrical-coordinate representation of color #334F06: hue angle of 83.01º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #334F06 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB51796-
CMYK0.3500.920.69
HSL83.01º85.88%16.67%-
HSV(B)83.01º92.41%30.98%-
XYZ4.196.311.17-
YUV62.3196.22119.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 58.09%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=37.5%
G=58.09%
B=4.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal517960.3500.920.6983.0185.8816.67
Hex334F62305C45535611
Octal63117643013410512312621
Binary11001110011111101000110101110010001011010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F06; }

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

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

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

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

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

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

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

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