#524F07

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

Shades of Verdun Green #524F07

Tints of Verdun Green #524F07

Color information

#524F07 (or 0x524F07) is unknown color: approx Verdun Green. HEX triplet: 52, 4F and 07. RGB value is (82,79,7). Sum of RGB (Red+Green+Blue) = 82+79+7=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F07 is #ADB0F8. Grayscale: #474747. Windows color (decimal): -11383033 or 479058. OLE color: 479058.

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

Color convert

RGB82797-
CMYK00.040.910.68
HSL57.6º84.27%17.45%-
HSV(B)57.6º91.46%32.16%-
XYZ6.317.41.3-
YUV71.6991.49135.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=48.81%
G=47.02%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8279700.040.910.6857.684.2717.45
Hex524F7045B443a5411
Octal1221177041331047212421
Binary10100101001111111010010110111000100111010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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