Html Css Color HEX #55540F Verdun Green

📋 copy color: '#55540F'

red 85 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #55540F

Tints of Verdun Green #55540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 46.2%
G = 45.65%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55540F (or 0x55540F) is known color: Verdun Green. HEX triplet: 55, 54 and 0F. RGB value is (85,84,15). Sum of RGB (Red+Green+Blue) = 85+84+15=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55540F is #AAABF0. Grayscale: #4C4C4C. Windows color (decimal): -11185137 or 1004629. OLE color: 1004629.

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

Color convert

RGB 85 84 15 -
CMYK 0 0.01 0.82 0.67
HSL 59.14º 0.7% 0.2% -
HSV(B) 59.14º 0.82% 0.33% -
XYZ 7 8.31 1.69 -
YUV 76.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 85 84 15 0 0.01 0.82 0.67 59.14 0.7 0.2
Hex 55 54 F 0 1 52 43 3B 46 14
Octal 125 124 17 0 1 122 103 73 106 24
Binary 1010101 1010100 1111 0 1 1010010 1000011 111011 1000110 10100

Color Harmonies of #55540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55540F

Black with #55540F

Text Example


Text Example

White with #55540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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