Html Css Color HEX #556703 Verdun Green

📋 copy color: '#556703'

red 85 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #556703

Tints of Verdun Green #556703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.93%

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

R = 44.5%
G = 53.93%
B = 1.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#556703 (or 0x556703) is known color: Verdun Green. HEX triplet: 55, 67 and 03. RGB value is (85,103,3). Sum of RGB (Red+Green+Blue) = 85+103+3=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #556703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556703 is #AA98FC. Grayscale: #565656. Windows color (decimal): -11180285 or 223061. OLE color: 223061.

HSL color Cylindrical-coordinate representation of color #556703: hue angle of 70.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #556703 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 103 3 -
CMYK 0.17 0 0.97 0.60
HSL 70.8º 0.94% 0.21% -
HSV(B) 70.8º 0.97% 0.4% -
XYZ 8.61 11.64 1.88 -
YUV 86.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 85 103 3 0.17 0 0.97 0.60 70.8 0.94 0.21
Hex 55 67 3 11 0 61 3C 47 5E 15
Octal 125 147 3 21 0 141 74 107 136 25
Binary 1010101 1100111 11 10001 0 1100001 111100 1000111 1011110 10101

Color Harmonies of #556703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556703

Black with #556703

Text Example


Text Example

White with #556703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556703; }

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

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

background-color css

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

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

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

border-color css

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

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

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