#35480D

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

Shades of Turtle Green #35480D

Tints of Turtle Green #35480D

Color information

#35480D (or 0x35480D) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 0D. RGB value is (53,72,13). Sum of RGB (Red+Green+Blue) = 53+72+13=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #35480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35480D is #CAB7F2. Grayscale: #3B3B3B. Windows color (decimal): -13285363 or 870453. OLE color: 870453.

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

Color convert

RGB537213-
CMYK0.2600.820.72
HSL79.32º69.41%16.67%-
HSV(B)79.32º81.94%28.24%-
XYZ3.865.421.22-
YUV59.59101.71123.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=38.41%
G=52.17%
B=9.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372130.2600.820.7279.3269.4116.67
Hex3548D1A052484f4511
Octal651101532012211011710521
Binary11010110010001101110100101001010010001001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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