Html Css Color HEX #556410 Verdun Green

📋 copy color: '#556410'

red 85 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #556410

Tints of Verdun Green #556410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 42.29%
G = 49.75%
B = 7.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#556410 (or 0x556410) is known color: Verdun Green. HEX triplet: 55, 64 and 10. RGB value is (85,100,16). Sum of RGB (Red+Green+Blue) = 85+100+16=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #556410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556410 is #AA9BEF. Grayscale: #565656. Windows color (decimal): -11181040 or 1074261. OLE color: 1074261.

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

Color convert

RGB 85 100 16 -
CMYK 0.15 0 0.84 0.61
HSL 70.71º 0.72% 0.23% -
HSV(B) 70.71º 0.84% 0.39% -
XYZ 8.4 11.08 2.19 -
YUV 85.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 85 100 16 0.15 0 0.84 0.61 70.71 0.72 0.23
Hex 55 64 10 F 0 54 3D 47 48 17
Octal 125 144 20 17 0 124 75 107 110 27
Binary 1010101 1100100 10000 1111 0 1010100 111101 1000111 1001000 10111

Color Harmonies of #556410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556410

Black with #556410

Text Example


Text Example

White with #556410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556410; }

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

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

background-color css

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

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

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

border-color css

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

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

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