Html Css Color HEX #556015 Verdun Green

📋 copy color: '#556015'

red 85 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #556015

Tints of Verdun Green #556015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 42.08%
G = 47.52%
B = 10.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#556015 (or 0x556015) is known color: Verdun Green. HEX triplet: 55, 60 and 15. RGB value is (85,96,21). Sum of RGB (Red+Green+Blue) = 85+96+21=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #556015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556015 is #AA9FEA. Grayscale: #545454. Windows color (decimal): -11182059 or 1400917. OLE color: 1400917.

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

Color convert

RGB 85 96 21 -
CMYK 0.11 0 0.78 0.62
HSL 68.8º 0.64% 0.23% -
HSV(B) 68.8º 0.78% 0.38% -
XYZ 8.06 10.35 2.28 -
YUV 84.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 85 96 21 0.11 0 0.78 0.62 68.8 0.64 0.23
Hex 55 60 15 B 0 4E 3E 45 40 17
Octal 125 140 25 13 0 116 76 105 100 27
Binary 1010101 1100000 10101 1011 0 1001110 111110 1000101 1000000 10111

Color Harmonies of #556015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556015

Black with #556015

Text Example


Text Example

White with #556015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556015; }

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

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

background-color css

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

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

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

border-color css

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

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

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