Html Css Color HEX #54510C Verdun Green

📋 copy color: '#54510C'

red 84 ◦ green 81 ◦ blue 12

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

Shades of Verdun Green #54510C

Tints of Verdun Green #54510C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #54510C: hue angle of 57.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 #54510C is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 81 12 -
CMYK 0 0.04 0.86 0.67
HSL 57.5º 0.75% 0.19% -
HSV(B) 57.5º 0.86% 0.33% -
XYZ 6.66 7.8 1.5 -
YUV 74.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 84 81 12 0 0.04 0.86 0.67 57.5 0.75 0.19
Hex 54 51 C 0 4 56 43 3A 4B 13
Octal 124 121 14 0 4 126 103 72 113 23
Binary 1010100 1010001 1100 0 100 1010110 1000011 111010 1001011 10011

Color Harmonies of #54510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54510C

Black with #54510C

Text Example


Text Example

White with #54510C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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