#524E08

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

Shades of Verdun Green #524E08

Tints of Verdun Green #524E08

Color information

#524E08 (or 0x524E08) is unknown color: approx Verdun Green. HEX triplet: 52, 4E and 08. RGB value is (82,78,8). Sum of RGB (Red+Green+Blue) = 82+78+8=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E08 is #ADB1F7. Grayscale: #474747. Windows color (decimal): -11383288 or 544338. OLE color: 544338.

HSL color Cylindrical-coordinate representation of color #524E08: hue angle of 56.76º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524E08 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82788-
CMYK00.050.900.68
HSL56.76º82.22%17.65%-
HSV(B)56.76º90.24%32.16%-
XYZ6.257.261.3-
YUV71.2292.33135.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=48.81%
G=46.43%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8278800.050.900.6856.7682.2217.65
Hex524E8055A44395212
Octal12211610051321047112222
Binary101001010011101000010110110101000100111001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,78,8); }

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

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

 a { background-color: rgb(82,78,8); }

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

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

 span { border-color: rgb(82,78,8); }

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