#35520D

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

Shades of Turtle Green #35520D

Tints of Turtle Green #35520D

Color information

#35520D (or 0x35520D) is unknown color: approx Turtle Green. HEX triplet: 35, 52 and 0D. RGB value is (53,82,13). Sum of RGB (Red+Green+Blue) = 53+82+13=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #35520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35520D is #CAADF2. Grayscale: #414141. Windows color (decimal): -13282803 or 873013. OLE color: 873013.

HSL color Cylindrical-coordinate representation of color #35520D: hue angle of 85.22º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35520D is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB538213-
CMYK0.3500.840.68
HSL85.22º72.63%18.63%-
HSV(B)85.22º84.15%32.16%-
XYZ4.566.821.46-
YUV65.4698.39119.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=35.81%
G=55.41%
B=8.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5382130.3500.840.6885.2272.6318.63
Hex3552D2305444554913
Octal651221543012410412511123
Binary110101101001011011000110101010010001001010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35520D; }

 p { color: rgb(53,82,13); }

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

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

 a { background-color: rgb(53,82,13); }

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

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

 span { border-color: rgb(53,82,13); }

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