Html Css Color HEX #556003 Verdun Green

📋 copy color: '#556003'

red 85 ◦ green 96 ◦ blue 3

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

Shades of Verdun Green #556003

Tints of Verdun Green #556003

RGB

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

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

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

R = 46.2%
G = 52.17%
B = 1.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#556003 (or 0x556003) is known color: Verdun Green. HEX triplet: 55, 60 and 03. RGB value is (85,96,3). Sum of RGB (Red+Green+Blue) = 85+96+3=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #556003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556003 is #AA9FFC. Grayscale: #525252. Windows color (decimal): -11182077 or 221269. OLE color: 221269.

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

Color convert

RGB 85 96 3 -
CMYK 0.11 0 0.97 0.62
HSL 67.1º 0.94% 0.19% -
HSV(B) 67.1º 0.97% 0.38% -
XYZ 7.95 10.3 1.66 -
YUV 82.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 85 96 3 0.11 0 0.97 0.62 67.1 0.94 0.19
Hex 55 60 3 B 0 61 3E 43 5E 13
Octal 125 140 3 13 0 141 76 103 136 23
Binary 1010101 1100000 11 1011 0 1100001 111110 1000011 1011110 10011

Color Harmonies of #556003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556003

Black with #556003

Text Example


Text Example

White with #556003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556003; }

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

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

background-color css

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

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

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

border-color css

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

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

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