#354205

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

Shades of Turtle Green #354205

Tints of Turtle Green #354205

Color information

#354205 (or 0x354205) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 05. RGB value is (53,66,5). Sum of RGB (Red+Green+Blue) = 53+66+5=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #354205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354205 is #CABDFA. Grayscale: #373737. Windows color (decimal): -13286907 or 344629. OLE color: 344629.

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

Color convert

RGB53665-
CMYK0.2000.920.74
HSL72.79º85.92%13.92%-
HSV(B)72.79º92.42%25.88%-
XYZ3.444.660.86-
YUV55.1699.69126.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=42.74%
G=53.23%
B=4.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536650.2000.920.7472.7985.9213.92
Hex354251405C4A4956e
Octal65102524013411211112616
Binary110101100001010110100010111001001010100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354205; }

 p { color: rgb(53,66,5); }

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

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

 a { background-color: rgb(53,66,5); }

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

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

 span { border-color: rgb(53,66,5); }

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