Html Css Color HEX #556512 Verdun Green

📋 copy color: '#556512'

red 85 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #556512

Tints of Verdun Green #556512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.51%

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

R = 41.67%
G = 49.51%
B = 8.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#556512 (or 0x556512) is known color: Verdun Green. HEX triplet: 55, 65 and 12. RGB value is (85,101,18). Sum of RGB (Red+Green+Blue) = 85+101+18=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #556512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556512 is #AA9AED. Grayscale: #575757. Windows color (decimal): -11180782 or 1205589. OLE color: 1205589.

HSL color Cylindrical-coordinate representation of color #556512: hue angle of 71.57º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #556512 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 18 -
CMYK 0.16 0 0.82 0.60
HSL 71.57º 0.7% 0.23% -
HSV(B) 71.57º 0.82% 0.4% -
XYZ 8.51 11.28 2.3 -
YUV 86.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 85 101 18 0.16 0 0.82 0.60 71.57 0.7 0.23
Hex 55 65 12 10 0 52 3C 48 46 17
Octal 125 145 22 20 0 122 74 110 106 27
Binary 1010101 1100101 10010 10000 0 1010010 111100 1001000 1000110 10111

Color Harmonies of #556512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556512

Black with #556512

Text Example


Text Example

White with #556512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556512; }

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

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

background-color css

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

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

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

border-color css

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

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

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