#524B05

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

Shades of Verdun Green #524B05

Tints of Verdun Green #524B05

Color information

#524B05 (or 0x524B05) is unknown color: approx Verdun Green. HEX triplet: 52, 4B and 05. RGB value is (82,75,5). Sum of RGB (Red+Green+Blue) = 82+75+5=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B05 is #ADB4FA. Grayscale: #454545. Windows color (decimal): -11384059 or 346962. OLE color: 346962.

HSL color Cylindrical-coordinate representation of color #524B05: hue angle of 54.55º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #524B05 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB82755-
CMYK00.090.940.68
HSL54.55º88.51%17.06%-
HSV(B)54.55º93.9%32.16%-
XYZ6.026.841.15-
YUV69.1191.82137.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=50.62%
G=46.30%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8275500.090.940.6854.5588.5117.06
Hex524B5095E44375911
Octal12211350111361046713121
Binary101001010010111010100110111101000100110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,5); }

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

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

 a { background-color: rgb(82,75,5); }

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

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

 span { border-color: rgb(82,75,5); }

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