Html Css Color HEX #55540E Verdun Green

📋 copy color: '#55540E'

red 85 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #55540E

Tints of Verdun Green #55540E

RGB

 RED value IS 85 (33.59% from 255) = 46.45%

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

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

R = 46.45%
G = 45.9%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#55540E (or 0x55540E) is known color: Verdun Green. HEX triplet: 55, 54 and 0E. RGB value is (85,84,14). Sum of RGB (Red+Green+Blue) = 85+84+14=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55540E is #AAABF1. Grayscale: #4C4C4C. Windows color (decimal): -11185138 or 939093. OLE color: 939093.

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

Color convert

RGB 85 84 14 -
CMYK 0 0.01 0.84 0.67
HSL 59.15º 0.72% 0.19% -
HSV(B) 59.15º 0.84% 0.33% -
XYZ 7 8.3 1.65 -
YUV 76.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 85 84 14 0 0.01 0.84 0.67 59.15 0.72 0.19
Hex 55 54 E 0 1 54 43 3B 48 13
Octal 125 124 16 0 1 124 103 73 110 23
Binary 1010101 1010100 1110 0 1 1010100 1000011 111011 1001000 10011

Color Harmonies of #55540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55540E

Black with #55540E

Text Example


Text Example

White with #55540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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