#355006

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

Shades of Turtle Green #355006

Tints of Turtle Green #355006

Color information

#355006 (or 0x355006) is unknown color: approx Turtle Green. HEX triplet: 35, 50 and 06. RGB value is (53,80,6). Sum of RGB (Red+Green+Blue) = 53+80+6=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #355006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355006 is #CAAFF9. Grayscale: #3F3F3F. Windows color (decimal): -13283322 or 413749. OLE color: 413749.

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

Color convert

RGB53806-
CMYK0.3400.920.69
HSL81.89º86.05%16.86%-
HSV(B)81.89º92.5%31.37%-
XYZ4.376.511.2-
YUV63.4995.55120.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=38.13%
G=57.55%
B=4.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal538060.3400.920.6981.8986.0516.86
Hex355062205C45525611
Octal65120642013410512212621
Binary11010110100001101000100101110010001011010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355006; }

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

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

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

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

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

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

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

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