#51650e

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

Shades of Verdun Green #51650E

Tints of Verdun Green #51650E

Color information

#51650E (or 0x51650E) is unknown color: approx Verdun Green. HEX triplet: 51, 65 and 0E. RGB value is (81,101,14). Sum of RGB (Red+Green+Blue) = 81+101+14=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #51650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51650E is #AE9AF1. Grayscale: #555555. Windows color (decimal): -11442930 or 943441. OLE color: 943441.

HSL color Cylindrical-coordinate representation of color #51650E: hue angle of 73.79º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51650E is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB8110114-
CMYK0.2000.860.60
HSL73.79º75.65%22.55%-
HSV(B)73.79º86.14%39.61%-
XYZ8.1311.092.13-
YUV85.187.87125.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=41.33%
G=51.53%
B=7.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101140.2000.860.6073.7975.6522.55
Hex5165E140563C4a4c17
Octal121145162401267411211427
Binary10100011100101111010100010101101111001001010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51650e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51650e; }

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

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

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

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

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

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

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

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