Html Css Color HEX #56600E Verdun Green

📋 copy color: '#56600E'

red 86 ◦ green 96 ◦ blue 14

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

Shades of Verdun Green #56600E

Tints of Verdun Green #56600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.98%

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

R = 43.88%
G = 48.98%
B = 7.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#56600E (or 0x56600E) is known color: Verdun Green. HEX triplet: 56, 60 and 0E. RGB value is (86,96,14). Sum of RGB (Red+Green+Blue) = 86+96+14=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #56600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56600E is #A99FF1. Grayscale: #535353. Windows color (decimal): -11116530 or 942166. OLE color: 942166.

HSL color Cylindrical-coordinate representation of color #56600E: hue angle of 67.32º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56600E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 14 -
CMYK 0.10 0 0.85 0.62
HSL 67.32º 0.75% 0.22% -
HSV(B) 67.32º 0.85% 0.38% -
XYZ 8.1 10.38 1.99 -
YUV 83.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 86 96 14 0.10 0 0.85 0.62 67.32 0.75 0.22
Hex 56 60 E A 0 55 3E 43 4B 16
Octal 126 140 16 12 0 125 76 103 113 26
Binary 1010110 1100000 1110 1010 0 1010101 111110 1000011 1001011 10110

Color Harmonies of #56600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56600E

Black with #56600E

Text Example


Text Example

White with #56600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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