#506318

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

Shades of Verdun Green #506318

Tints of Verdun Green #506318

Color information

#506318 (or 0x506318) is unknown color: approx Verdun Green. HEX triplet: 50, 63 and 18. RGB value is (80,99,24). Sum of RGB (Red+Green+Blue) = 80+99+24=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #506318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506318 is #AF9CE7. Grayscale: #555555. Windows color (decimal): -11508968 or 1598288. OLE color: 1598288.

HSL color Cylindrical-coordinate representation of color #506318: hue angle of 75.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #506318 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB809924-
CMYK0.1900.760.61
HSL75.2º60.98%24.12%-
HSV(B)75.2º75.76%38.82%-
XYZ7.9310.72.51-
YUV84.7793.71124.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=39.41%
G=48.77%
B=11.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099240.1900.760.6175.260.9824.12
Hex5063181304C3D4b3d18
Octal12014330230114751137530
Binary10100001100011110001001101001100111101100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506318; }

 p { color: rgb(80,99,24); }

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

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

 a { background-color: rgb(80,99,24); }

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

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

 span { border-color: rgb(80,99,24); }

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