Html Css Color HEX #556014 Verdun Green

📋 copy color: '#556014'

red 85 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #556014

Tints of Verdun Green #556014

RGB

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

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

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

R = 42.29%
G = 47.76%
B = 9.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#556014 (or 0x556014) is known color: Verdun Green. HEX triplet: 55, 60 and 14. RGB value is (85,96,20). Sum of RGB (Red+Green+Blue) = 85+96+20=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #556014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556014 is #AA9FEB. Grayscale: #545454. Windows color (decimal): -11182060 or 1335381. OLE color: 1335381.

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

Color convert

RGB 85 96 20 -
CMYK 0.11 0 0.79 0.62
HSL 68.68º 0.66% 0.23% -
HSV(B) 68.68º 0.79% 0.38% -
XYZ 8.06 10.35 2.23 -
YUV 84.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 85 96 20 0.11 0 0.79 0.62 68.68 0.66 0.23
Hex 55 60 14 B 0 4F 3E 45 42 17
Octal 125 140 24 13 0 117 76 105 102 27
Binary 1010101 1100000 10100 1011 0 1001111 111110 1000101 1000010 10111

Color Harmonies of #556014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556014

Black with #556014

Text Example


Text Example

White with #556014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556014; }

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

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

background-color css

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

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

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

border-color css

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

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

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