#353A17

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

Shades of Turtle Green #353A17

Tints of Turtle Green #353A17

Color information

#353A17 (or 0x353A17) is unknown color: approx Turtle Green. HEX triplet: 35, 3A and 17. RGB value is (53,58,23). Sum of RGB (Red+Green+Blue) = 53+58+23=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #353A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353A17 is #CAC5E8. Grayscale: #343434. Windows color (decimal): -13288937 or 1522229. OLE color: 1522229.

HSL color Cylindrical-coordinate representation of color #353A17: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353A17 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB535823-
CMYK0.0900.600.77
HSL68.57º43.21%15.88%-
HSV(B)68.57º60.34%22.75%-
XYZ3.143.841.39-
YUV52.52111.34128.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=39.55%
G=43.28%
B=17.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358230.0900.600.7768.5743.2115.88
Hex353A17903C4D452b10
Octal657227110741151055320
Binary11010111101010111100101111001001101100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,58,23); }

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

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

 a { background-color: rgb(53,58,23); }

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

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

 span { border-color: rgb(53,58,23); }

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