#51601a

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

Shades of Verdun Green #51601A

Tints of Verdun Green #51601A

Color information

#51601A (or 0x51601A) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 1A. RGB value is (81,96,26). Sum of RGB (Red+Green+Blue) = 81+96+26=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #51601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51601A is #AE9FE5. Grayscale: #535353. Windows color (decimal): -11444198 or 1728593. OLE color: 1728593.

HSL color Cylindrical-coordinate representation of color #51601A: hue angle of 72.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51601A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB819626-
CMYK0.1600.730.62
HSL72.86º57.38%23.92%-
HSV(B)72.86º72.92%37.65%-
XYZ7.7610.192.53-
YUV83.5495.53126.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=39.90%
G=47.29%
B=12.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196260.1600.730.6272.8657.3823.92
Hex51601A100493E493918
Octal12114032200111761117130
Binary10100011100000110101000001001001111110100100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51601a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51601a; }

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

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

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

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

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

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

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

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