#353E18

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

Shades of Turtle Green #353E18

Tints of Turtle Green #353E18

Color information

#353E18 (or 0x353E18) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 18. RGB value is (53,62,24). Sum of RGB (Red+Green+Blue) = 53+62+24=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #353E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E18 is #CAC1E7. Grayscale: #373737. Windows color (decimal): -13287912 or 1588789. OLE color: 1588789.

HSL color Cylindrical-coordinate representation of color #353E18: hue angle of 74.21º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353E18 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB536224-
CMYK0.1500.610.76
HSL74.21º44.19%16.86%-
HSV(B)74.21º61.29%24.31%-
XYZ3.364.271.51-
YUV54.98110.52126.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=38.13%
G=44.60%
B=17.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362240.1500.610.7674.2144.1916.86
Hex353E18F03D4C4a2c11
Octal657630170751141125421
Binary11010111111011000111101111011001100100101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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