Html Css Color HEX #556312 Verdun Green

📋 copy color: '#556312'

red 85 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #556312

Tints of Verdun Green #556312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 42.08%
G = 49.01%
B = 8.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#556312 (or 0x556312) is known color: Verdun Green. HEX triplet: 55, 63 and 12. RGB value is (85,99,18). Sum of RGB (Red+Green+Blue) = 85+99+18=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #556312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556312 is #AA9CED. Grayscale: #555555. Windows color (decimal): -11181294 or 1205077. OLE color: 1205077.

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

Color convert

RGB 85 99 18 -
CMYK 0.14 0 0.82 0.61
HSL 70.37º 0.69% 0.23% -
HSV(B) 70.37º 0.82% 0.39% -
XYZ 8.32 10.9 2.24 -
YUV 85.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 85 99 18 0.14 0 0.82 0.61 70.37 0.69 0.23
Hex 55 63 12 E 0 52 3D 46 45 17
Octal 125 143 22 16 0 122 75 106 105 27
Binary 1010101 1100011 10010 1110 0 1010010 111101 1000110 1000101 10111

Color Harmonies of #556312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556312

Black with #556312

Text Example


Text Example

White with #556312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556312; }

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

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

background-color css

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

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

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

border-color css

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

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

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