#506C02

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

Shades of Verdun Green #506C02

Tints of Verdun Green #506C02

Color information

#506C02 (or 0x506C02) is unknown color: approx Verdun Green. HEX triplet: 50, 6C and 02. RGB value is (80,108,2). Sum of RGB (Red+Green+Blue) = 80+108+2=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 108 (42.58% from 255 or 56.84% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 108 - color contains mainly: green. Hex color #506C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506C02 is #AF93FD. Grayscale: #575757. Windows color (decimal): -11506686 or 158800. OLE color: 158800.

HSL color Cylindrical-coordinate representation of color #506C02: hue angle of 75.85º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #506C02 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB801082-
CMYK0.2600.980.58
HSL75.85º96.36%21.57%-
HSV(B)75.85º98.15%42.35%-
XYZ8.6812.432-
YUV87.5479.72122.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 108 (42.58% from 255) = 56.84%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=42.11%
G=56.84%
B=1.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8010820.2600.980.5875.8596.3621.57
Hex506C21A0623A4c6016
Octal12015423201427211414026
Binary101000011011001011010011000101110101001100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506C02; }

 p { color: rgb(80,108,2); }

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

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

 a { background-color: rgb(80,108,2); }

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

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

 span { border-color: rgb(80,108,2); }

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