Html Css Color HEX #51540D Verdun Green

📋 copy color: '#51540D'

red 81 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #51540D

Tints of Verdun Green #51540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 45.51%
G = 47.19%
B = 7.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#51540D (or 0x51540D) is known color: Verdun Green. HEX triplet: 51, 54 and 0D. RGB value is (81,84,13). Sum of RGB (Red+Green+Blue) = 81+84+13=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #51540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51540D is #AEABF2. Grayscale: #4B4B4B. Windows color (decimal): -11447283 or 873553. OLE color: 873553.

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

Color convert

RGB 81 84 13 -
CMYK 0.04 0 0.85 0.67
HSL 62.54º 0.73% 0.19% -
HSV(B) 62.54º 0.85% 0.33% -
XYZ 6.64 8.12 1.6 -
YUV 75.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 81 84 13 0.04 0 0.85 0.67 62.54 0.73 0.19
Hex 51 54 D 4 0 55 43 3F 49 13
Octal 121 124 15 4 0 125 103 77 111 23
Binary 1010001 1010100 1101 100 0 1010101 1000011 111111 1001001 10011

Color Harmonies of #51540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51540D

Black with #51540D

Text Example


Text Example

White with #51540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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