Html Css Color HEX #51540F Verdun Green

📋 copy color: '#51540F'

red 81 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #51540F

Tints of Verdun Green #51540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 45%
G = 46.67%
B = 8.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#51540F (or 0x51540F) is known color: Verdun Green. HEX triplet: 51, 54 and 0F. RGB value is (81,84,15). Sum of RGB (Red+Green+Blue) = 81+84+15=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #51540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51540F is #AEABF0. Grayscale: #4B4B4B. Windows color (decimal): -11447281 or 1004625. OLE color: 1004625.

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

Color convert

RGB 81 84 15 -
CMYK 0.04 0 0.82 0.67
HSL 62.61º 0.7% 0.19% -
HSV(B) 62.61º 0.82% 0.33% -
XYZ 6.65 8.12 1.67 -
YUV 75.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 81 84 15 0.04 0 0.82 0.67 62.61 0.7 0.19
Hex 51 54 F 4 0 52 43 3F 46 13
Octal 121 124 17 4 0 122 103 77 106 23
Binary 1010001 1010100 1111 100 0 1010010 1000011 111111 1000110 10011

Color Harmonies of #51540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51540F

Black with #51540F

Text Example


Text Example

White with #51540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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