#524E0B

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

Shades of Verdun Green #524E0B

Tints of Verdun Green #524E0B

Color information

#524E0B (or 0x524E0B) is unknown color: approx Verdun Green. HEX triplet: 52, 4E and 0B. RGB value is (82,78,11). Sum of RGB (Red+Green+Blue) = 82+78+11=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #524E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E0B is #ADB1F4. Grayscale: #474747. Windows color (decimal): -11383285 or 740946. OLE color: 740946.

HSL color Cylindrical-coordinate representation of color #524E0B: hue angle of 56.62º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #524E0B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB827811-
CMYK00.050.870.68
HSL56.62º76.34%18.24%-
HSV(B)56.62º86.59%32.16%-
XYZ6.267.271.39-
YUV71.5693.83135.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=47.95%
G=45.61%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82781100.050.870.6856.6276.3418.24
Hex524EB055744394c12
Octal12211613051271047111422
Binary101001010011101011010110101111000100111001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E0B; }

 p { color: rgb(82,78,11); }

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

<style>
 a { background-color: #524E0B; }

 a { background-color: rgb(82,78,11); }

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

<style>
 span { border-color: #524E0B; }

 span { border-color: rgb(82,78,11); }

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