#506504

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

Shades of Verdun Green #506504

Tints of Verdun Green #506504

Color information

#506504 (or 0x506504) is unknown color: approx Verdun Green. HEX triplet: 50, 65 and 04. RGB value is (80,101,4). Sum of RGB (Red+Green+Blue) = 80+101+4=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #506504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506504 is #AF9AFB. Grayscale: #545454. Windows color (decimal): -11508476 or 288080. OLE color: 288080.

HSL color Cylindrical-coordinate representation of color #506504: hue angle of 72.99º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #506504 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB801014-
CMYK0.2100.960.60
HSL72.99º92.38%20.59%-
HSV(B)72.99º96.04%39.61%-
XYZ7.9811.021.82-
YUV83.6683.04125.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=43.24%
G=54.59%
B=2.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8010140.2100.960.6072.9992.3820.59
Hex50654150603C495c15
Octal12014542501407411113425
Binary1010000110010110010101011000001111001001001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506504; }

 p { color: rgb(80,101,4); }

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

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

 a { background-color: rgb(80,101,4); }

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

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

 span { border-color: rgb(80,101,4); }

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