#504B06

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

Shades of Verdun Green #504B06

Tints of Verdun Green #504B06

Color information

#504B06 (or 0x504B06) is unknown color: approx Verdun Green. HEX triplet: 50, 4B and 06. RGB value is (80,75,6). Sum of RGB (Red+Green+Blue) = 80+75+6=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #504B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B06 is #AFB4F9. Grayscale: #444444. Windows color (decimal): -11515130 or 412496. OLE color: 412496.

HSL color Cylindrical-coordinate representation of color #504B06: hue angle of 55.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504B06 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80756-
CMYK00.060.920.69
HSL55.95º86.05%16.86%-
HSV(B)55.95º92.5%31.37%-
XYZ5.866.751.17-
YUV68.6392.66136.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=49.69%
G=46.58%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8075600.060.920.6955.9586.0516.86
Hex504B6065C45385611
Octal1201136061341057012621
Binary10100001001011110011010111001000101111000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B06; }

 p { color: rgb(80,75,6); }

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

<style>
 a { background-color: #504B06; }

 a { background-color: rgb(80,75,6); }

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

<style>
 span { border-color: #504B06; }

 span { border-color: rgb(80,75,6); }

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