#353E11

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

Shades of Turtle Green #353E11

Tints of Turtle Green #353E11

Color information

#353E11 (or 0x353E11) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 11. RGB value is (53,62,17). Sum of RGB (Red+Green+Blue) = 53+62+17=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #353E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E11 is #CAC1EE. Grayscale: #363636. Windows color (decimal): -13287919 or 1130037. OLE color: 1130037.

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

Color convert

RGB536217-
CMYK0.1500.730.76
HSL72º56.96%15.49%-
HSV(B)72º72.58%24.31%-
XYZ3.294.241.18-
YUV54.18107.02127.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=40.15%
G=46.97%
B=12.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362170.1500.730.767256.9615.49
Hex353E11F0494C4839f
Octal6576211701111141107117
Binary11010111111010001111101001001100110010010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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