#353C24

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

Shades of Turtle Green #353C24

Tints of Turtle Green #353C24

Color information

#353C24 (or 0x353C24) is unknown color: approx Turtle Green. HEX triplet: 35, 3C and 24. RGB value is (53,60,36). Sum of RGB (Red+Green+Blue) = 53+60+36=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #353C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C24 is #CAC3DB. Grayscale: #373737. Windows color (decimal): -13288412 or 2374709. OLE color: 2374709.

HSL color Cylindrical-coordinate representation of color #353C24: hue angle of 77.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353C24 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB536036-
CMYK0.1200.400.76
HSL77.5º25%18.82%-
HSV(B)77.5º40%23.53%-
XYZ3.44.122.28-
YUV55.17117.18126.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=35.57%
G=40.27%
B=24.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5360360.1200.400.7677.52518.82
Hex353C24C0284C4e1913
Octal657444140501141163123
Binary11010111110010010011000101000100110010011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,36); }

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

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

 a { background-color: rgb(53,60,36); }

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

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

 span { border-color: rgb(53,60,36); }

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