#524F01

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

Shades of Verdun Green #524F01

Tints of Verdun Green #524F01

Color information

#524F01 (or 0x524F01) is unknown color: approx Verdun Green. HEX triplet: 52, 4F and 01. RGB value is (82,79,1). Sum of RGB (Red+Green+Blue) = 82+79+1=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F01 is #ADB0FE. Grayscale: #474747. Windows color (decimal): -11383039 or 85842. OLE color: 85842.

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

Color convert

RGB82791-
CMYK00.040.990.68
HSL57.78º97.59%16.27%-
HSV(B)57.78º98.78%32.16%-
XYZ6.287.391.12-
YUV7188.49135.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=50.62%
G=48.77%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8279100.040.990.6857.7897.5916.27
Hex524F10463443a6210
Octal1221171041431047214220
Binary101001010011111010011000111000100111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,1); }

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

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

 a { background-color: rgb(82,79,1); }

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

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

 span { border-color: rgb(82,79,1); }

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