#353E15

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

Shades of Turtle Green #353E15

Tints of Turtle Green #353E15

Color information

#353E15 (or 0x353E15) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 15. RGB value is (53,62,21). Sum of RGB (Red+Green+Blue) = 53+62+21=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #353E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E15 is #CAC1EA. Grayscale: #363636. Windows color (decimal): -13287915 or 1392181. OLE color: 1392181.

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

Color convert

RGB536221-
CMYK0.1500.660.76
HSL73.17º49.4%16.27%-
HSV(B)73.17º66.13%24.31%-
XYZ3.334.261.36-
YUV54.64109.02126.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=38.97%
G=45.59%
B=15.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362210.1500.660.7673.1749.416.27
Hex353E15F0424C493110
Octal6576251701021141116120
Binary110101111110101011111010000101001100100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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