Html Css Color HEX #556214 Verdun Green

📋 copy color: '#556214'

red 85 ◦ green 98 ◦ blue 20

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

Shades of Verdun Green #556214

Tints of Verdun Green #556214

RGB

 RED value IS 85 (33.59% from 255) = 41.87%

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 41.87%
G = 48.28%
B = 9.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#556214 (or 0x556214) is known color: Verdun Green. HEX triplet: 55, 62 and 14. RGB value is (85,98,20). Sum of RGB (Red+Green+Blue) = 85+98+20=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #556214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556214 is #AA9DEB. Grayscale: #555555. Windows color (decimal): -11181548 or 1335893. OLE color: 1335893.

HSL color Cylindrical-coordinate representation of color #556214: hue angle of 70º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #556214 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 20 -
CMYK 0.13 0 0.80 0.62
HSL 70º 0.66% 0.23% -
HSV(B) 70º 0.8% 0.38% -
XYZ 8.24 10.72 2.3 -
YUV 85.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 85 98 20 0.13 0 0.80 0.62 70 0.66 0.23
Hex 55 62 14 D 0 50 3E 46 42 17
Octal 125 142 24 15 0 120 76 106 102 27
Binary 1010101 1100010 10100 1101 0 1010000 111110 1000110 1000010 10111

Color Harmonies of #556214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556214

Black with #556214

Text Example


Text Example

White with #556214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556214; }

 p { color: rgb(85,98,20); }

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

background-color css

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

 a { background-color: rgb(85,98,20); }

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

border-color css

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

 span { border-color: rgb(85,98,20); }

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