Html Css Color HEX #55540D Verdun Green

📋 copy color: '#55540D'

red 85 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #55540D

Tints of Verdun Green #55540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 46.7%
G = 46.15%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55540D (or 0x55540D) is known color: Verdun Green. HEX triplet: 55, 54 and 0D. RGB value is (85,84,13). Sum of RGB (Red+Green+Blue) = 85+84+13=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55540D is #AAABF2. Grayscale: #4C4C4C. Windows color (decimal): -11185139 or 873557. OLE color: 873557.

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

Color convert

RGB 85 84 13 -
CMYK 0 0.01 0.85 0.67
HSL 59.17º 0.73% 0.19% -
HSV(B) 59.17º 0.85% 0.33% -
XYZ 6.99 8.3 1.61 -
YUV 76.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 85 84 13 0 0.01 0.85 0.67 59.17 0.73 0.19
Hex 55 54 D 0 1 55 43 3B 49 13
Octal 125 124 15 0 1 125 103 73 111 23
Binary 1010101 1010100 1101 0 1 1010101 1000011 111011 1001001 10011

Color Harmonies of #55540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55540D

Black with #55540D

Text Example


Text Example

White with #55540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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