#355012

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

Shades of Turtle Green #355012

Tints of Turtle Green #355012

Color information

#355012 (or 0x355012) is unknown color: approx Turtle Green. HEX triplet: 35, 50 and 12. RGB value is (53,80,18). Sum of RGB (Red+Green+Blue) = 53+80+18=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #355012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355012 is #CAAFED. Grayscale: #414141. Windows color (decimal): -13283310 or 1200181. OLE color: 1200181.

HSL color Cylindrical-coordinate representation of color #355012: hue angle of 86.13º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #355012 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB538018-
CMYK0.3400.780.69
HSL86.13º63.27%19.22%-
HSV(B)86.13º77.5%31.37%-
XYZ4.456.541.6-
YUV64.86101.55119.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=35.10%
G=52.98%
B=11.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380180.3400.780.6986.1363.2719.22
Hex3550122204E45563f13
Octal65120224201161051267723
Binary110101101000010010100010010011101000101101011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355012; }

 p { color: rgb(53,80,18); }

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

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

 a { background-color: rgb(53,80,18); }

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

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

 span { border-color: rgb(53,80,18); }

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