Html Css Color HEX #556505 Verdun Green

📋 copy color: '#556505'

red 85 ◦ green 101 ◦ blue 5

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

Shades of Verdun Green #556505

Tints of Verdun Green #556505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.62%

R = 44.5%
G = 52.88%
B = 2.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#556505 (or 0x556505) is known color: Verdun Green. HEX triplet: 55, 65 and 05. RGB value is (85,101,5). Sum of RGB (Red+Green+Blue) = 85+101+5=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #556505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556505 is #AA9AFA. Grayscale: #555555. Windows color (decimal): -11180795 or 353621. OLE color: 353621.

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

Color convert

RGB 85 101 5 -
CMYK 0.16 0 0.95 0.60
HSL 70º 0.91% 0.21% -
HSV(B) 70º 0.95% 0.4% -
XYZ 8.43 11.25 1.87 -
YUV 85.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 85 101 5 0.16 0 0.95 0.60 70 0.91 0.21
Hex 55 65 5 10 0 5F 3C 46 5B 15
Octal 125 145 5 20 0 137 74 106 133 25
Binary 1010101 1100101 101 10000 0 1011111 111100 1000110 1011011 10101

Color Harmonies of #556505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556505

Black with #556505

Text Example


Text Example

White with #556505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556505; }

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

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

background-color css

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

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

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

border-color css

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

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

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