Html Css Color HEX #54540C Verdun Green

📋 copy color: '#54540C'

red 84 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #54540C

Tints of Verdun Green #54540C

RGB

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

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

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

R = 46.67%
G = 46.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54540C (or 0x54540C) is known color: Verdun Green. HEX triplet: 54, 54 and 0C. RGB value is (84,84,12). Sum of RGB (Red+Green+Blue) = 84+84+12=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54540C is #ABABF3. Grayscale: #4C4C4C. Windows color (decimal): -11250676 or 808020. OLE color: 808020.

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

Color convert

RGB 84 84 12 -
CMYK 0 0 0.86 0.67
HSL 60º 0.75% 0.19% -
HSV(B) 60º 0.86% 0.33% -
XYZ 6.89 8.25 1.58 -
YUV 75.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 84 84 12 0 0 0.86 0.67 60 0.75 0.19
Hex 54 54 C 0 0 56 43 3C 4B 13
Octal 124 124 14 0 0 126 103 74 113 23
Binary 1010100 1010100 1100 0 0 1010110 1000011 111100 1001011 10011

Color Harmonies of #54540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54540C

Black with #54540C

Text Example


Text Example

White with #54540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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