#35480B

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

Shades of Turtle Green #35480B

Tints of Turtle Green #35480B

Color information

#35480B (or 0x35480B) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 0B. RGB value is (53,72,11). Sum of RGB (Red+Green+Blue) = 53+72+11=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #35480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35480B is #CAB7F4. Grayscale: #3B3B3B. Windows color (decimal): -13285365 or 739381. OLE color: 739381.

HSL color Cylindrical-coordinate representation of color #35480B: hue angle of 78.69º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35480B is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB537211-
CMYK0.2600.850.72
HSL78.69º73.49%16.27%-
HSV(B)78.69º84.72%28.24%-
XYZ3.855.421.16-
YUV59.36100.71123.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=38.97%
G=52.94%
B=8.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372110.2600.850.7278.6973.4916.27
Hex3548B1A055484f4910
Octal651101332012511011711120
Binary11010110010001011110100101010110010001001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35480B; }

 p { color: rgb(53,72,11); }

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

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

 a { background-color: rgb(53,72,11); }

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

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

 span { border-color: rgb(53,72,11); }

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