Html Css Color HEX #54540E Verdun Green

📋 copy color: '#54540E'

red 84 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #54540E

Tints of Verdun Green #54540E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 46.15%
G = 46.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54540E (or 0x54540E) is known color: Verdun Green. HEX triplet: 54, 54 and 0E. RGB value is (84,84,14). Sum of RGB (Red+Green+Blue) = 84+84+14=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54540E is #ABABF1. Grayscale: #4C4C4C. Windows color (decimal): -11250674 or 939092. OLE color: 939092.

HSL color Cylindrical-coordinate representation of color #54540E: hue angle of 60º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54540E is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 14 -
CMYK 0 0 0.83 0.67
HSL 60º 0.71% 0.19% -
HSV(B) 60º 0.83% 0.33% -
XYZ 6.91 8.26 1.65 -
YUV 76.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 84 84 14 0 0 0.83 0.67 60 0.71 0.19
Hex 54 54 E 0 0 53 43 3C 47 13
Octal 124 124 16 0 0 123 103 74 107 23
Binary 1010100 1010100 1110 0 0 1010011 1000011 111100 1000111 10011

Color Harmonies of #54540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54540E

Black with #54540E

Text Example


Text Example

White with #54540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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