#334F08

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

Shades of Turtle Green #334F08

Tints of Turtle Green #334F08

Color information

#334F08 (or 0x334F08) is unknown color: approx Turtle Green. HEX triplet: 33, 4F and 08. RGB value is (51,79,8). Sum of RGB (Red+Green+Blue) = 51+79+8=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #334F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F08 is #CCB0F7. Grayscale: #3E3E3E. Windows color (decimal): -13414648 or 544563. OLE color: 544563.

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

Color convert

RGB51798-
CMYK0.3500.900.69
HSL83.66º81.61%17.06%-
HSV(B)83.66º89.87%30.98%-
XYZ4.216.311.23-
YUV62.5397.22119.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 79 (31.25% from 255) = 57.25%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=36.96%
G=57.25%
B=5.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal517980.3500.900.6983.6681.6117.06
Hex334F82305A45545211
Octal631171043013210512412221
Binary110011100111110001000110101101010001011010100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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