#353718

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

Shades of Turtle Green #353718

Tints of Turtle Green #353718

Color information

#353718 (or 0x353718) is unknown color: approx Turtle Green. HEX triplet: 35, 37 and 18. RGB value is (53,55,24). Sum of RGB (Red+Green+Blue) = 53+55+24=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #353718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353718 is #CAC8E7. Grayscale: #323232. Windows color (decimal): -13289704 or 1586997. OLE color: 1586997.

HSL color Cylindrical-coordinate representation of color #353718: hue angle of 63.87º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353718 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB535524-
CMYK0.0400.560.78
HSL63.87º39.24%15.49%-
HSV(B)63.87º56.36%21.57%-
XYZ33.561.39-
YUV50.87112.84129.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=40.15%
G=41.67%
B=18.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355240.0400.560.7863.8739.2415.49
Hex35371840384E4027f
Octal65673040701161004717
Binary110101110111110001000111000100111010000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353718; }

 p { color: rgb(53,55,24); }

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

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

 a { background-color: rgb(53,55,24); }

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

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

 span { border-color: rgb(53,55,24); }

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