#353E12

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

Shades of Turtle Green #353E12

Tints of Turtle Green #353E12

Color information

#353E12 (or 0x353E12) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 12. RGB value is (53,62,18). Sum of RGB (Red+Green+Blue) = 53+62+18=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 62 - color contains mainly: green. Hex color #353E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E12 is #CAC1ED. Grayscale: #363636. Windows color (decimal): -13287918 or 1195573. OLE color: 1195573.

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

Color convert

RGB536218-
CMYK0.1500.710.76
HSL72.27º55%15.69%-
HSV(B)72.27º70.97%24.31%-
XYZ3.34.251.22-
YUV54.29107.52127.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 62 (24.61% from 255) = 46.62%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=39.85%
G=46.62%
B=13.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362180.1500.710.7672.275515.69
Hex353E12F0474C483710
Octal6576221701071141106720
Binary110101111110100101111010001111001100100100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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