Html Css Color HEX #56550A Verdun Green

📋 copy color: '#56550A'

red 86 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #56550A

Tints of Verdun Green #56550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.52%

R = 47.51%
G = 46.96%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56550A (or 0x56550A) is known color: Verdun Green. HEX triplet: 56, 55 and 0A. RGB value is (86,85,10). Sum of RGB (Red+Green+Blue) = 86+85+10=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56550A is #A9AAF5. Grayscale: #4D4D4D. Windows color (decimal): -11119350 or 677206. OLE color: 677206.

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

Color convert

RGB 86 85 10 -
CMYK 0 0.01 0.88 0.66
HSL 59.21º 0.79% 0.19% -
HSV(B) 59.21º 0.88% 0.34% -
XYZ 7.14 8.5 1.55 -
YUV 76.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 86 85 10 0 0.01 0.88 0.66 59.21 0.79 0.19
Hex 56 55 A 0 1 58 42 3B 4F 13
Octal 126 125 12 0 1 130 102 73 117 23
Binary 1010110 1010101 1010 0 1 1011000 1000010 111011 1001111 10011

Color Harmonies of #56550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56550A

Black with #56550A

Text Example


Text Example

White with #56550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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