Html Css Color HEX #51500B Verdun Green

📋 copy color: '#51500B'

red 81 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #51500B

Tints of Verdun Green #51500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 47.09%
G = 46.51%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51500B (or 0x51500B) is known color: Verdun Green. HEX triplet: 51, 50 and 0B. RGB value is (81,80,11). Sum of RGB (Red+Green+Blue) = 81+80+11=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #51500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51500B is #AEAFF4. Grayscale: #484848. Windows color (decimal): -11448309 or 741457. OLE color: 741457.

HSL color Cylindrical-coordinate representation of color #51500B: hue angle of 59.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51500B is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 11 -
CMYK 0 0.01 0.86 0.68
HSL 59.14º 0.76% 0.18% -
HSV(B) 59.14º 0.86% 0.32% -
XYZ 6.32 7.51 1.43 -
YUV 72.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 81 80 11 0 0.01 0.86 0.68 59.14 0.76 0.18
Hex 51 50 B 0 1 56 44 3B 4C 12
Octal 121 120 13 0 1 126 104 73 114 22
Binary 1010001 1010000 1011 0 1 1010110 1000100 111011 1001100 10010

Color Harmonies of #51500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51500B

Black with #51500B

Text Example


Text Example

White with #51500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51500B; }

 p { color: rgb(81,80,11); }

 H1.HeaderClassName
 {
   color: #51500B;
 }
 .AnyTagClassName
 {
   color: #51500B;
 }
</style>

background-color css

<style>
 a { background-color: #51500B; }

 a { background-color: rgb(81,80,11); }

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

border-color css

<style>
 span { border-color: #51500B; }

 span { border-color: rgb(81,80,11); }

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