Html Css Color HEX #556403 Verdun Green

📋 copy color: '#556403'

red 85 ◦ green 100 ◦ blue 3

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

Shades of Verdun Green #556403

Tints of Verdun Green #556403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.19%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 45.21%
G = 53.19%
B = 1.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#556403 (or 0x556403) is known color: Verdun Green. HEX triplet: 55, 64 and 03. RGB value is (85,100,3). Sum of RGB (Red+Green+Blue) = 85+100+3=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #556403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556403 is #AA9BFC. Grayscale: #545454. Windows color (decimal): -11181053 or 222293. OLE color: 222293.

HSL color Cylindrical-coordinate representation of color #556403: hue angle of 69.28º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #556403 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 3 -
CMYK 0.15 0 0.97 0.61
HSL 69.28º 0.94% 0.2% -
HSV(B) 69.28º 0.97% 0.39% -
XYZ 8.32 11.05 1.78 -
YUV 84.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 85 100 3 0.15 0 0.97 0.61 69.28 0.94 0.2
Hex 55 64 3 F 0 61 3D 45 5E 14
Octal 125 144 3 17 0 141 75 105 136 24
Binary 1010101 1100100 11 1111 0 1100001 111101 1000101 1011110 10100

Color Harmonies of #556403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556403

Black with #556403

Text Example


Text Example

White with #556403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556403; }

 p { color: rgb(85,100,3); }

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

background-color css

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

 a { background-color: rgb(85,100,3); }

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

border-color css

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

 span { border-color: rgb(85,100,3); }

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