Html Css Color HEX #51540A Verdun Green

📋 copy color: '#51540A'

red 81 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #51540A

Tints of Verdun Green #51540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 46.29%
G = 48%
B = 5.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#51540A (or 0x51540A) is known color: Verdun Green. HEX triplet: 51, 54 and 0A. RGB value is (81,84,10). Sum of RGB (Red+Green+Blue) = 81+84+10=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #51540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51540A is #AEABF5. Grayscale: #4A4A4A. Windows color (decimal): -11447286 or 676945. OLE color: 676945.

HSL color Cylindrical-coordinate representation of color #51540A: hue angle of 62.43º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51540A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 10 -
CMYK 0.04 0 0.88 0.67
HSL 62.43º 0.79% 0.18% -
HSV(B) 62.43º 0.88% 0.33% -
XYZ 6.62 8.11 1.5 -
YUV 74.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 81 84 10 0.04 0 0.88 0.67 62.43 0.79 0.18
Hex 51 54 A 4 0 58 43 3E 4F 12
Octal 121 124 12 4 0 130 103 76 117 22
Binary 1010001 1010100 1010 100 0 1011000 1000011 111110 1001111 10010

Color Harmonies of #51540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51540A

Black with #51540A

Text Example


Text Example

White with #51540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,84,10); }

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

background-color css

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

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

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

border-color css

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

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

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