#524F05

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

Shades of Verdun Green #524F05

Tints of Verdun Green #524F05

Color information

#524F05 (or 0x524F05) is unknown color: approx Verdun Green. HEX triplet: 52, 4F and 05. RGB value is (82,79,5). Sum of RGB (Red+Green+Blue) = 82+79+5=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #524F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F05 is #ADB0FA. Grayscale: #474747. Windows color (decimal): -11383035 or 347986. OLE color: 347986.

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

Color convert

RGB82795-
CMYK00.040.940.68
HSL57.66º88.51%17.06%-
HSV(B)57.66º93.9%32.16%-
XYZ6.37.41.24-
YUV71.4690.49135.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=49.40%
G=47.59%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8279500.040.940.6857.6688.5117.06
Hex524F5045E443a5911
Octal1221175041361047213121
Binary10100101001111101010010111101000100111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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