#353F15

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

Shades of Turtle Green #353F15

Tints of Turtle Green #353F15

Color information

#353F15 (or 0x353F15) is unknown color: approx Turtle Green. HEX triplet: 35, 3F and 15. RGB value is (53,63,21). Sum of RGB (Red+Green+Blue) = 53+63+21=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #353F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F15 is #CAC0EA. Grayscale: #373737. Windows color (decimal): -13287659 or 1392437. OLE color: 1392437.

HSL color Cylindrical-coordinate representation of color #353F15: hue angle of 74.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353F15 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB536321-
CMYK0.1600.670.75
HSL74.29º50%16.47%-
HSV(B)74.29º66.67%24.71%-
XYZ3.384.371.37-
YUV55.22108.69126.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=38.69%
G=45.99%
B=15.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5363210.1600.670.7574.295016.47
Hex353F15100434B4a3210
Octal6577252001031131126220
Binary1101011111111010110000010000111001011100101011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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