#334005

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

Shades of Turtle Green #334005

Tints of Turtle Green #334005

Color information

#334005 (or 0x334005) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 05. RGB value is (51,64,5). Sum of RGB (Red+Green+Blue) = 51+64+5=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #334005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334005 is #CCBFFA. Grayscale: #353535. Windows color (decimal): -13418491 or 344115. OLE color: 344115.

HSL color Cylindrical-coordinate representation of color #334005: hue angle of 73.22º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #334005 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB51645-
CMYK0.2000.920.75
HSL73.22º85.51%13.53%-
HSV(B)73.22º92.19%25.1%-
XYZ3.234.380.82-
YUV53.39100.69126.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=42.5%
G=53.33%
B=4.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516450.2000.920.7573.2285.5113.53
Hex334051405C4B4956e
Octal63100524013411311112616
Binary110011100000010110100010111001001011100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334005; }

 p { color: rgb(51,64,5); }

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

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

 a { background-color: rgb(51,64,5); }

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

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

 span { border-color: rgb(51,64,5); }

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