Html Css Color HEX #51600E Verdun Green

📋 copy color: '#51600E'

red 81 ◦ green 96 ◦ blue 14

#51600E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #51600E

Tints of Verdun Green #51600E

RGB

 RED value IS 81 (32.03% from 255) = 42.41%

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 42.41%
G = 50.26%
B = 7.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#51600E (or 0x51600E) is known color: Verdun Green. HEX triplet: 51, 60 and 0E. RGB value is (81,96,14). Sum of RGB (Red+Green+Blue) = 81+96+14=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #51600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51600E is #AE9FF1. Grayscale: #525252. Windows color (decimal): -11444210 or 942161. OLE color: 942161.

HSL color Cylindrical-coordinate representation of color #51600E: hue angle of 70.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51600E is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 14 -
CMYK 0.16 0 0.85 0.62
HSL 70.98º 0.75% 0.22% -
HSV(B) 70.98º 0.85% 0.38% -
XYZ 7.66 10.15 1.97 -
YUV 82.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 81 96 14 0.16 0 0.85 0.62 70.98 0.75 0.22
Hex 51 60 E 10 0 55 3E 47 4B 16
Octal 121 140 16 20 0 125 76 107 113 26
Binary 1010001 1100000 1110 10000 0 1010101 111110 1000111 1001011 10110

Color Harmonies of #51600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51600E

Black with #51600E

Text Example


Text Example

White with #51600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51600E; }

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

 H1.HeaderClassName
 {
   color: #51600E;
 }
 .AnyTagClassName
 {
   color: #51600E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #51600E;
 }
 .BgClassName
 {
   background-color: #51600E;
 }
</style>

border-color css

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

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

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