#353815

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

Shades of Turtle Green #353815

Tints of Turtle Green #353815

Color information

#353815 (or 0x353815) is unknown color: approx Turtle Green. HEX triplet: 35, 38 and 15. RGB value is (53,56,21). Sum of RGB (Red+Green+Blue) = 53+56+21=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #353815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353815 is #CAC7EA. Grayscale: #333333. Windows color (decimal): -13289451 or 1390645. OLE color: 1390645.

HSL color Cylindrical-coordinate representation of color #353815: hue angle of 65.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353815 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB535621-
CMYK0.0500.630.78
HSL65.14º45.45%15.1%-
HSV(B)65.14º62.5%21.96%-
XYZ3.023.641.25-
YUV51.11111.01129.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=40.77%
G=43.08%
B=16.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356210.0500.630.7865.1445.4515.1
Hex353815503F4E412df
Octal65702550771161015517
Binary110101111000101011010111111100111010000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353815; }

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

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

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

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

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

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

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

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