#35480F

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

Shades of Turtle Green #35480F

Tints of Turtle Green #35480F

Color information

#35480F (or 0x35480F) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 0F. RGB value is (53,72,15). Sum of RGB (Red+Green+Blue) = 53+72+15=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #35480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35480F is #CAB7F0. Grayscale: #3C3C3C. Windows color (decimal): -13285361 or 1001525. OLE color: 1001525.

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

Color convert

RGB537215-
CMYK0.2600.790.72
HSL80º65.52%17.06%-
HSV(B)80º79.17%28.24%-
XYZ3.875.431.3-
YUV59.82102.71123.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=37.86%
G=51.43%
B=10.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372150.2600.790.728065.5217.06
Hex3548F1A04F48504211
Octal651101732011711012010221
Binary11010110010001111110100100111110010001010000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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