Html Css Color HEX #51611A Verdun Green

📋 copy color: '#51611A'

red 81 ◦ green 97 ◦ blue 26

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

Shades of Verdun Green #51611A

Tints of Verdun Green #51611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 39.71%
G = 47.55%
B = 12.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#51611A (or 0x51611A) is known color: Verdun Green. HEX triplet: 51, 61 and 1A. RGB value is (81,97,26). Sum of RGB (Red+Green+Blue) = 81+97+26=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #51611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51611A is #AE9EE5. Grayscale: #545454. Windows color (decimal): -11443942 or 1728849. OLE color: 1728849.

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

Color convert

RGB 81 97 26 -
CMYK 0.16 0 0.73 0.62
HSL 73.52º 0.58% 0.24% -
HSV(B) 73.52º 0.73% 0.38% -
XYZ 7.85 10.37 2.57 -
YUV 84.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 81 97 26 0.16 0 0.73 0.62 73.52 0.58 0.24
Hex 51 61 1A 10 0 49 3E 4A 3A 18
Octal 121 141 32 20 0 111 76 112 72 30
Binary 1010001 1100001 11010 10000 0 1001001 111110 1001010 111010 11000

Color Harmonies of #51611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51611A

Black with #51611A

Text Example


Text Example

White with #51611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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