Html Css Color HEX #51510B Verdun Green

📋 copy color: '#51510B'

red 81 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #51510B

Tints of Verdun Green #51510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 46.82%
G = 46.82%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51510B (or 0x51510B) is known color: Verdun Green. HEX triplet: 51, 51 and 0B. RGB value is (81,81,11). Sum of RGB (Red+Green+Blue) = 81+81+11=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51510B is #AEAEF4. Grayscale: #494949. Windows color (decimal): -11448053 or 741713. OLE color: 741713.

HSL color Cylindrical-coordinate representation of color #51510B: hue angle of 60º 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 #51510B is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 81 11 -
CMYK 0 0 0.86 0.68
HSL 60º 0.76% 0.18% -
HSV(B) 60º 0.86% 0.32% -
XYZ 6.4 7.66 1.46 -
YUV 73.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 81 81 11 0 0 0.86 0.68 60 0.76 0.18
Hex 51 51 B 0 0 56 44 3C 4C 12
Octal 121 121 13 0 0 126 104 74 114 22
Binary 1010001 1010001 1011 0 0 1010110 1000100 111100 1001100 10010

Color Harmonies of #51510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51510B

Black with #51510B

Text Example


Text Example

White with #51510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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