Html Css Color HEX #51680E Verdun Green

📋 copy color: '#51680E'

red 81 ◦ green 104 ◦ blue 14

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

Shades of Verdun Green #51680E

Tints of Verdun Green #51680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.26%

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

R = 40.7%
G = 52.26%
B = 7.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#51680E (or 0x51680E) is known color: Verdun Green. HEX triplet: 51, 68 and 0E. RGB value is (81,104,14). Sum of RGB (Red+Green+Blue) = 81+104+14=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #51680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51680E is #AE97F1. Grayscale: #575757. Windows color (decimal): -11442162 or 944209. OLE color: 944209.

HSL color Cylindrical-coordinate representation of color #51680E: hue angle of 75.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51680E is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 14 -
CMYK 0.22 0 0.87 0.59
HSL 75.33º 0.76% 0.23% -
HSV(B) 75.33º 0.87% 0.41% -
XYZ 8.42 11.68 2.23 -
YUV 86.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 81 104 14 0.22 0 0.87 0.59 75.33 0.76 0.23
Hex 51 68 E 16 0 57 3B 4B 4C 17
Octal 121 150 16 26 0 127 73 113 114 27
Binary 1010001 1101000 1110 10110 0 1010111 111011 1001011 1001100 10111

Color Harmonies of #51680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51680E

Black with #51680E

Text Example


Text Example

White with #51680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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