#51651A

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

Shades of Verdun Green #51651A

Tints of Verdun Green #51651A

Color information

#51651A (or 0x51651A) is unknown color: approx Verdun Green. HEX triplet: 51, 65 and 1A. RGB value is (81,101,26). Sum of RGB (Red+Green+Blue) = 81+101+26=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #51651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51651A is #AE9AE5. Grayscale: #565656. Windows color (decimal): -11442918 or 1729873. OLE color: 1729873.

HSL color Cylindrical-coordinate representation of color #51651A: hue angle of 76º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51651A is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB8110126-
CMYK0.2000.740.60
HSL76º59.06%24.9%-
HSV(B)76º74.26%39.61%-
XYZ8.2311.132.69-
YUV86.4793.87124.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=38.94%
G=48.56%
B=12.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101260.2000.740.607659.0624.9
Hex51651A1404A3C4c3b19
Octal12114532240112741147331
Binary10100011100101110101010001001010111100100110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51651A; }

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

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

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

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

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

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

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

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