Html Css Color HEX #56580A Verdun Green

📋 copy color: '#56580A'

red 86 ◦ green 88 ◦ blue 10

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

Shades of Verdun Green #56580A

Tints of Verdun Green #56580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 46.74%
G = 47.83%
B = 5.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#56580A (or 0x56580A) is known color: Verdun Green. HEX triplet: 56, 58 and 0A. RGB value is (86,88,10). Sum of RGB (Red+Green+Blue) = 86+88+10=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #56580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56580A is #A9A7F5. Grayscale: #4E4E4E. Windows color (decimal): -11118582 or 677974. OLE color: 677974.

HSL color Cylindrical-coordinate representation of color #56580A: hue angle of 61.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56580A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 88 10 -
CMYK 0.02 0 0.89 0.65
HSL 61.54º 0.8% 0.19% -
HSV(B) 61.54º 0.89% 0.35% -
XYZ 7.38 8.98 1.63 -
YUV 78.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 86 88 10 0.02 0 0.89 0.65 61.54 0.8 0.19
Hex 56 58 A 2 0 59 41 3E 50 13
Octal 126 130 12 2 0 131 101 76 120 23
Binary 1010110 1011000 1010 10 0 1011001 1000001 111110 1010000 10011

Color Harmonies of #56580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56580A

Black with #56580A

Text Example


Text Example

White with #56580A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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