#55530E

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

Shades of Verdun Green #55530E

Tints of Verdun Green #55530E

Color information

#55530E (or 0x55530E) is unknown color: approx Verdun Green. HEX triplet: 55, 53 and 0E. RGB value is (85,83,14). Sum of RGB (Red+Green+Blue) = 85+83+14=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55530E is #AAACF1. Grayscale: #4C4C4C. Windows color (decimal): -11185394 or 938837. OLE color: 938837.

HSL color Cylindrical-coordinate representation of color #55530E: hue angle of 58.31º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55530E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB858314-
CMYK00.020.840.67
HSL58.31º71.72%19.41%-
HSV(B)58.31º83.53%33.33%-
XYZ6.928.151.62-
YUV75.7393.16134.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=46.70%
G=45.60%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85831400.020.840.6758.3171.7219.41
Hex5553E0254433a4813
Octal12512316021241037211023
Binary10101011010011111001010101001000011111010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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