#53580E

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

Shades of Verdun Green #53580E

Tints of Verdun Green #53580E

Color information

#53580E (or 0x53580E) is unknown color: approx Verdun Green. HEX triplet: 53, 58 and 0E. RGB value is (83,88,14). Sum of RGB (Red+Green+Blue) = 83+88+14=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #53580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53580E is #ACA7F1. Grayscale: #4E4E4E. Windows color (decimal): -11315186 or 940115. OLE color: 940115.

HSL color Cylindrical-coordinate representation of color #53580E: hue angle of 64.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53580E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB838814-
CMYK0.0600.840.65
HSL64.05º72.55%20%-
HSV(B)64.05º84.09%34.51%-
XYZ7.148.851.75-
YUV78.0791.84131.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=44.86%
G=47.57%
B=7.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388140.0600.840.6564.0572.5520
Hex5358E605441404914
Octal123130166012410110011124
Binary1010011101100011101100101010010000011000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,88,14); }

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

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

 a { background-color: rgb(83,88,14); }

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

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

 span { border-color: rgb(83,88,14); }

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