Html Css Color HEX #54550A Verdun Green

📋 copy color: '#54550A'

red 84 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #54550A

Tints of Verdun Green #54550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

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

R = 46.93%
G = 47.49%
B = 5.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54550A (or 0x54550A) is known color: Verdun Green. HEX triplet: 54, 55 and 0A. RGB value is (84,85,10). Sum of RGB (Red+Green+Blue) = 84+85+10=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #54550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54550A is #ABAAF5. Grayscale: #4C4C4C. Windows color (decimal): -11250422 or 677204. OLE color: 677204.

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

Color convert

RGB 84 85 10 -
CMYK 0.01 0 0.88 0.67
HSL 60.8º 0.79% 0.19% -
HSV(B) 60.8º 0.88% 0.33% -
XYZ 6.96 8.4 1.54 -
YUV 76.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 84 85 10 0.01 0 0.88 0.67 60.8 0.79 0.19
Hex 54 55 A 1 0 58 43 3D 4F 13
Octal 124 125 12 1 0 130 103 75 117 23
Binary 1010100 1010101 1010 1 0 1011000 1000011 111101 1001111 10011

Color Harmonies of #54550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54550A

Black with #54550A

Text Example


Text Example

White with #54550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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