Html Css Color HEX #55550E Verdun Green

📋 copy color: '#55550E'

red 85 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #55550E

Tints of Verdun Green #55550E

RGB

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

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

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

R = 46.2%
G = 46.2%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#55550E (or 0x55550E) is known color: Verdun Green. HEX triplet: 55, 55 and 0E. RGB value is (85,85,14). Sum of RGB (Red+Green+Blue) = 85+85+14=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55550E is #AAAAF1. Grayscale: #4D4D4D. Windows color (decimal): -11184882 or 939349. OLE color: 939349.

HSL color Cylindrical-coordinate representation of color #55550E: hue angle of 60º 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 #55550E is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 14 -
CMYK 0 0 0.84 0.67
HSL 60º 0.72% 0.19% -
HSV(B) 60º 0.84% 0.33% -
XYZ 7.07 8.46 1.68 -
YUV 76.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 85 85 14 0 0 0.84 0.67 60 0.72 0.19
Hex 55 55 E 0 0 54 43 3C 48 13
Octal 125 125 16 0 0 124 103 74 110 23
Binary 1010101 1010101 1110 0 0 1010100 1000011 111100 1001000 10011

Color Harmonies of #55550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55550E

Black with #55550E

Text Example


Text Example

White with #55550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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