Html Css Color HEX #51580E Verdun Green

📋 copy color: '#51580E'

red 81 ◦ green 88 ◦ blue 14

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

Shades of Verdun Green #51580E

Tints of Verdun Green #51580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.09%

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

R = 44.26%
G = 48.09%
B = 7.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#51580E (or 0x51580E) is known color: Verdun Green. HEX triplet: 51, 58 and 0E. RGB value is (81,88,14). Sum of RGB (Red+Green+Blue) = 81+88+14=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #51580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51580E is #AEA7F1. Grayscale: #4D4D4D. Windows color (decimal): -11446258 or 940113. OLE color: 940113.

HSL color Cylindrical-coordinate representation of color #51580E: hue angle of 65.68º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51580E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 14 -
CMYK 0.08 0 0.84 0.65
HSL 65.68º 0.73% 0.2% -
HSV(B) 65.68º 0.84% 0.35% -
XYZ 6.96 8.76 1.74 -
YUV 77.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 81 88 14 0.08 0 0.84 0.65 65.68 0.73 0.2
Hex 51 58 E 8 0 54 41 42 49 14
Octal 121 130 16 10 0 124 101 102 111 24
Binary 1010001 1011000 1110 1000 0 1010100 1000001 1000010 1001001 10100

Color Harmonies of #51580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51580E

Black with #51580E

Text Example


Text Example

White with #51580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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