#524A00

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

Shades of Verdun Green #524A00

Tints of Verdun Green #524A00

Color information

#524A00 (or 0x524A00) is unknown color: approx Verdun Green. HEX triplet: 52, 4A and 00. RGB value is (82,74,0). Sum of RGB (Red+Green+Blue) = 82+74+0=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #524A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A00 is #ADB5FF. Grayscale: #444444. Windows color (decimal): -11384320 or 19026. OLE color: 19026.

HSL color Cylindrical-coordinate representation of color #524A00: hue angle of 54.15º 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 #524A00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB82740-
CMYK00.1010.68
HSL54.15º100%16.08%-
HSV(B)54.15º100%32.16%-
XYZ5.936.690.98-
YUV67.9689.65138.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.56%
G=47.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8274000.1010.6854.1510016.08
Hex524A00A6444366410
Octal12211200121441046614420
Binary1010010100101000101011001001000100110110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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