Html Css Color HEX #56620E Verdun Green

📋 copy color: '#56620E'

red 86 ◦ green 98 ◦ blue 14

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

Shades of Verdun Green #56620E

Tints of Verdun Green #56620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

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

R = 43.43%
G = 49.49%
B = 7.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#56620E (or 0x56620E) is known color: Verdun Green. HEX triplet: 56, 62 and 0E. RGB value is (86,98,14). Sum of RGB (Red+Green+Blue) = 86+98+14=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #56620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56620E is #A99DF1. Grayscale: #555555. Windows color (decimal): -11116018 or 942678. OLE color: 942678.

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

Color convert

RGB 86 98 14 -
CMYK 0.12 0 0.86 0.62
HSL 68.57º 0.75% 0.22% -
HSV(B) 68.57º 0.86% 0.38% -
XYZ 8.28 10.75 2.05 -
YUV 84.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 86 98 14 0.12 0 0.86 0.62 68.57 0.75 0.22
Hex 56 62 E C 0 56 3E 45 4B 16
Octal 126 142 16 14 0 126 76 105 113 26
Binary 1010110 1100010 1110 1100 0 1010110 111110 1000101 1001011 10110

Color Harmonies of #56620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56620E

Black with #56620E

Text Example


Text Example

White with #56620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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