#51661A

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

Shades of Verdun Green #51661A

Tints of Verdun Green #51661A

Color information

#51661A (or 0x51661A) is unknown color: approx Verdun Green. HEX triplet: 51, 66 and 1A. RGB value is (81,102,26). Sum of RGB (Red+Green+Blue) = 81+102+26=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #51661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51661A is #AE99E5. Grayscale: #575757. Windows color (decimal): -11442662 or 1730129. OLE color: 1730129.

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

Color convert

RGB8110226-
CMYK0.2100.750.6
HSL76.58º59.38%25.1%-
HSV(B)76.58º74.51%40%-
XYZ8.3311.332.72-
YUV87.0693.54123.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=38.76%
G=48.80%
B=12.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102260.2100.750.676.5859.3825.1
Hex51661A1504B3C4d3b19
Octal12114632250113741157331
Binary10100011100110110101010101001011111100100110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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