Html Css Color HEX #556001 Verdun Green

📋 copy color: '#556001'

red 85 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #556001

Tints of Verdun Green #556001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 46.7%
G = 52.75%
B = 0.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#556001 (or 0x556001) is known color: Verdun Green. HEX triplet: 55, 60 and 01. RGB value is (85,96,1). Sum of RGB (Red+Green+Blue) = 85+96+1=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #556001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556001 is #AA9FFE. Grayscale: #525252. Windows color (decimal): -11182079 or 90197. OLE color: 90197.

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

Color convert

RGB 85 96 1 -
CMYK 0.11 0 0.99 0.62
HSL 66.95º 0.98% 0.19% -
HSV(B) 66.95º 0.99% 0.38% -
XYZ 7.93 10.3 1.6 -
YUV 81.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 85 96 1 0.11 0 0.99 0.62 66.95 0.98 0.19
Hex 55 60 1 B 0 63 3E 43 62 13
Octal 125 140 1 13 0 143 76 103 142 23
Binary 1010101 1100000 1 1011 0 1100011 111110 1000011 1100010 10011

Color Harmonies of #556001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556001

Black with #556001

Text Example


Text Example

White with #556001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556001; }

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

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

background-color css

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

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

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

border-color css

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

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

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