#35480E

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

Shades of Turtle Green #35480E

Tints of Turtle Green #35480E

Color information

#35480E (or 0x35480E) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 0E. RGB value is (53,72,14). Sum of RGB (Red+Green+Blue) = 53+72+14=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #35480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35480E is #CAB7F1. Grayscale: #3B3B3B. Windows color (decimal): -13285362 or 935989. OLE color: 935989.

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

Color convert

RGB537214-
CMYK0.2600.810.72
HSL79.66º67.44%16.86%-
HSV(B)79.66º80.56%28.24%-
XYZ3.865.421.26-
YUV59.71102.21123.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=38.13%
G=51.80%
B=10.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372140.2600.810.7279.6667.4416.86
Hex3548E1A05148504311
Octal651101632012111012010321
Binary11010110010001110110100101000110010001010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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