Html Css Color HEX #51540C Verdun Green

📋 copy color: '#51540C'

red 81 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #51540C

Tints of Verdun Green #51540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 45.76%
G = 47.46%
B = 6.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#51540C (or 0x51540C) is known color: Verdun Green. HEX triplet: 51, 54 and 0C. RGB value is (81,84,12). Sum of RGB (Red+Green+Blue) = 81+84+12=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #51540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51540C is #AEABF3. Grayscale: #4B4B4B. Windows color (decimal): -11447284 or 808017. OLE color: 808017.

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

Color convert

RGB 81 84 12 -
CMYK 0.04 0 0.86 0.67
HSL 62.5º 0.75% 0.19% -
HSV(B) 62.5º 0.86% 0.33% -
XYZ 6.63 8.12 1.57 -
YUV 74.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 81 84 12 0.04 0 0.86 0.67 62.5 0.75 0.19
Hex 51 54 C 4 0 56 43 3F 4B 13
Octal 121 124 14 4 0 126 103 77 113 23
Binary 1010001 1010100 1100 100 0 1010110 1000011 111111 1001011 10011

Color Harmonies of #51540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51540C

Black with #51540C

Text Example


Text Example

White with #51540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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