#524B00

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

Shades of Verdun Green #524B00

Tints of Verdun Green #524B00

Color information

#524B00 (or 0x524B00) is unknown color: approx Verdun Green. HEX triplet: 52, 4B and 00. RGB value is (82,75,0). Sum of RGB (Red+Green+Blue) = 82+75+0=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B00 is #ADB4FF. Grayscale: #444444. Windows color (decimal): -11384064 or 19282. OLE color: 19282.

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

Color convert

RGB82750-
CMYK00.0910.68
HSL54.88º100%16.08%-
HSV(B)54.88º100%32.16%-
XYZ66.831-
YUV68.5489.32137.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.23%
G=47.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8275000.0910.6854.8810016.08
Hex524B0096444376410
Octal12211300111441046714420
Binary1010010100101100100111001001000100110111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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