#353F20

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

Shades of Turtle Green #353F20

Tints of Turtle Green #353F20

Color information

#353F20 (or 0x353F20) is unknown color: approx Turtle Green. HEX triplet: 35, 3F and 20. RGB value is (53,63,32). Sum of RGB (Red+Green+Blue) = 53+63+32=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #353F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F20 is #CAC0DF. Grayscale: #383838. Windows color (decimal): -13287648 or 2113333. OLE color: 2113333.

HSL color Cylindrical-coordinate representation of color #353F20: hue angle of 79.35º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353F20 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB536332-
CMYK0.1600.490.75
HSL79.35º32.63%18.63%-
HSV(B)79.35º49.21%24.71%-
XYZ3.514.422.03-
YUV56.48114.19125.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=35.81%
G=42.57%
B=21.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5363320.1600.490.7579.3532.6318.63
Hex353F20100314B4f2113
Octal657740200611131174123
Binary1101011111111000001000001100011001011100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F20; }

 p { color: rgb(53,63,32); }

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

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

 a { background-color: rgb(53,63,32); }

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

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

 span { border-color: rgb(53,63,32); }

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