Html Css Color HEX #54540A Verdun Green

📋 copy color: '#54540A'

red 84 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #54540A

Tints of Verdun Green #54540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 47.19%
G = 47.19%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54540A (or 0x54540A) is known color: Verdun Green. HEX triplet: 54, 54 and 0A. RGB value is (84,84,10). Sum of RGB (Red+Green+Blue) = 84+84+10=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54540A is #ABABF5. Grayscale: #4B4B4B. Windows color (decimal): -11250678 or 676948. OLE color: 676948.

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

Color convert

RGB 84 84 10 -
CMYK 0 0 0.88 0.67
HSL 60º 0.79% 0.18% -
HSV(B) 60º 0.88% 0.33% -
XYZ 6.88 8.25 1.52 -
YUV 75.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 84 84 10 0 0 0.88 0.67 60 0.79 0.18
Hex 54 54 A 0 0 58 43 3C 4F 12
Octal 124 124 12 0 0 130 103 74 117 22
Binary 1010100 1010100 1010 0 0 1011000 1000011 111100 1001111 10010

Color Harmonies of #54540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54540A

Black with #54540A

Text Example


Text Example

White with #54540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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