#353920

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

Shades of Turtle Green #353920

Tints of Turtle Green #353920

Color information

#353920 (or 0x353920) is unknown color: approx Turtle Green. HEX triplet: 35, 39 and 20. RGB value is (53,57,32). Sum of RGB (Red+Green+Blue) = 53+57+32=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #353920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353920 is #CAC6DF. Grayscale: #353535. Windows color (decimal): -13289184 or 2111797. OLE color: 2111797.

HSL color Cylindrical-coordinate representation of color #353920: hue angle of 69.6º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #353920 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB535732-
CMYK0.0700.440.78
HSL69.6º28.09%17.45%-
HSV(B)69.6º43.86%22.35%-
XYZ3.193.791.93-
YUV52.95116.17128.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=37.32%
G=40.14%
B=22.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357320.0700.440.7869.628.0917.45
Hex353920702C4E461c11
Octal65714070541161063421
Binary1101011110011000001110101100100111010001101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353920; }

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

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

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

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

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

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

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

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