Html Css Color HEX #56550E Verdun Green

📋 copy color: '#56550E'

red 86 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #56550E

Tints of Verdun Green #56550E

RGB

 RED value IS 86 (33.98% from 255) = 46.49%

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

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

R = 46.49%
G = 45.95%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56550E (or 0x56550E) is known color: Verdun Green. HEX triplet: 56, 55 and 0E. RGB value is (86,85,14). Sum of RGB (Red+Green+Blue) = 86+85+14=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56550E is #A9AAF1. Grayscale: #4D4D4D. Windows color (decimal): -11119346 or 939350. OLE color: 939350.

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

Color convert

RGB 86 85 14 -
CMYK 0 0.01 0.84 0.66
HSL 59.17º 0.72% 0.2% -
HSV(B) 59.17º 0.84% 0.34% -
XYZ 7.17 8.51 1.68 -
YUV 77.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 86 85 14 0 0.01 0.84 0.66 59.17 0.72 0.2
Hex 56 55 E 0 1 54 42 3B 48 14
Octal 126 125 16 0 1 124 102 73 110 24
Binary 1010110 1010101 1110 0 1 1010100 1000010 111011 1001000 10100

Color Harmonies of #56550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56550E

Black with #56550E

Text Example


Text Example

White with #56550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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