#516017

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

Shades of Verdun Green #516017

Tints of Verdun Green #516017

Color information

#516017 (or 0x516017) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 17. RGB value is (81,96,23). Sum of RGB (Red+Green+Blue) = 81+96+23=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #516017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516017 is #AE9FE8. Grayscale: #535353. Windows color (decimal): -11444201 or 1531985. OLE color: 1531985.

HSL color Cylindrical-coordinate representation of color #516017: hue angle of 72.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #516017 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB819623-
CMYK0.1600.760.62
HSL72.33º61.34%23.33%-
HSV(B)72.33º76.04%37.65%-
XYZ7.7310.182.37-
YUV83.1994.03126.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=40.5%
G=48%
B=11.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196230.1600.760.6272.3361.3423.33
Hex5160171004C3E483d17
Octal12114027200114761107527
Binary10100011100000101111000001001100111110100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516017; }

 p { color: rgb(81,96,23); }

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

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

 a { background-color: rgb(81,96,23); }

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

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

 span { border-color: rgb(81,96,23); }

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