#353E13

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

Shades of Turtle Green #353E13

Tints of Turtle Green #353E13

Color information

#353E13 (or 0x353E13) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 13. RGB value is (53,62,19). Sum of RGB (Red+Green+Blue) = 53+62+19=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 62 - color contains mainly: green. Hex color #353E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E13 is #CAC1EC. Grayscale: #363636. Windows color (decimal): -13287917 or 1261109. OLE color: 1261109.

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

Color convert

RGB536219-
CMYK0.1500.690.76
HSL72.56º53.09%15.88%-
HSV(B)72.56º69.35%24.31%-
XYZ3.314.251.26-
YUV54.41108.02127-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=39.55%
G=46.27%
B=14.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362190.1500.690.7672.5653.0915.88
Hex353E13F0454C493510
Octal6576231701051141116520
Binary110101111110100111111010001011001100100100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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