Html Css Color HEX #51611B Verdun Green

📋 copy color: '#51611B'

red 81 ◦ green 97 ◦ blue 27

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

Shades of Verdun Green #51611B

Tints of Verdun Green #51611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 39.51%
G = 47.32%
B = 13.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#51611B (or 0x51611B) is known color: Verdun Green. HEX triplet: 51, 61 and 1B. RGB value is (81,97,27). Sum of RGB (Red+Green+Blue) = 81+97+27=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #51611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51611B is #AE9EE4. Grayscale: #545454. Windows color (decimal): -11443941 or 1794385. OLE color: 1794385.

HSL color Cylindrical-coordinate representation of color #51611B: hue angle of 73.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51611B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 27 -
CMYK 0.16 0 0.72 0.62
HSL 73.71º 0.56% 0.24% -
HSV(B) 73.71º 0.72% 0.38% -
XYZ 7.87 10.38 2.63 -
YUV 84.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 81 97 27 0.16 0 0.72 0.62 73.71 0.56 0.24
Hex 51 61 1B 10 0 48 3E 4A 38 18
Octal 121 141 33 20 0 110 76 112 70 30
Binary 1010001 1100001 11011 10000 0 1001000 111110 1001010 111000 11000

Color Harmonies of #51611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51611B

Black with #51611B

Text Example


Text Example

White with #51611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,97,27); }

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

background-color css

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

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

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

border-color css

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

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

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