Html Css Color HEX #556304 Verdun Green

📋 copy color: '#556304'

red 85 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #556304

Tints of Verdun Green #556304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.66%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 45.21%
G = 52.66%
B = 2.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#556304 (or 0x556304) is known color: Verdun Green. HEX triplet: 55, 63 and 04. RGB value is (85,99,4). Sum of RGB (Red+Green+Blue) = 85+99+4=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #556304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556304 is #AA9CFB. Grayscale: #545454. Windows color (decimal): -11181308 or 287573. OLE color: 287573.

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

Color convert

RGB 85 99 4 -
CMYK 0.14 0 0.96 0.61
HSL 68.84º 0.92% 0.2% -
HSV(B) 68.84º 0.96% 0.39% -
XYZ 8.23 10.86 1.78 -
YUV 83.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 85 99 4 0.14 0 0.96 0.61 68.84 0.92 0.2
Hex 55 63 4 E 0 60 3D 45 5C 14
Octal 125 143 4 16 0 140 75 105 134 24
Binary 1010101 1100011 100 1110 0 1100000 111101 1000101 1011100 10100

Color Harmonies of #556304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556304

Black with #556304

Text Example


Text Example

White with #556304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556304; }

 p { color: rgb(85,99,4); }

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

background-color css

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

 a { background-color: rgb(85,99,4); }

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

border-color css

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

 span { border-color: rgb(85,99,4); }

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