#353B18

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

Shades of Turtle Green #353B18

Tints of Turtle Green #353B18

Color information

#353B18 (or 0x353B18) is unknown color: approx Turtle Green. HEX triplet: 35, 3B and 18. RGB value is (53,59,24). Sum of RGB (Red+Green+Blue) = 53+59+24=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #353B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B18 is #CAC4E7. Grayscale: #353535. Windows color (decimal): -13288680 or 1588021. OLE color: 1588021.

HSL color Cylindrical-coordinate representation of color #353B18: hue angle of 70.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353B18 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB535924-
CMYK0.1000.590.77
HSL70.29º42.17%16.27%-
HSV(B)70.29º59.32%23.14%-
XYZ3.23.951.46-
YUV53.22111.51127.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 59 (23.44% from 255) = 43.38%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=38.97%
G=43.38%
B=17.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359240.1000.590.7770.2942.1716.27
Hex353B18A03B4D462a10
Octal657330120731151065220
Binary11010111101111000101001110111001101100011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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