Html Css Color HEX #556805 Verdun Green

📋 copy color: '#556805'

red 85 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #556805

Tints of Verdun Green #556805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.61%

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

R = 43.81%
G = 53.61%
B = 2.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#556805 (or 0x556805) is known color: Verdun Green. HEX triplet: 55, 68 and 05. RGB value is (85,104,5). Sum of RGB (Red+Green+Blue) = 85+104+5=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #556805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556805 is #AA97FA. Grayscale: #575757. Windows color (decimal): -11180027 or 354389. OLE color: 354389.

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

Color convert

RGB 85 104 5 -
CMYK 0.18 0 0.95 0.59
HSL 71.52º 0.91% 0.21% -
HSV(B) 71.52º 0.95% 0.41% -
XYZ 8.72 11.84 1.97 -
YUV 87.03 81.71 126.55 -
System Red Green Blue C M Y K H S L
Decimal 85 104 5 0.18 0 0.95 0.59 71.52 0.91 0.21
Hex 55 68 5 12 0 5F 3B 48 5B 15
Octal 125 150 5 22 0 137 73 110 133 25
Binary 1010101 1101000 101 10010 0 1011111 111011 1001000 1011011 10101

Color Harmonies of #556805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556805

Black with #556805

Text Example


Text Example

White with #556805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556805; }

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

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

background-color css

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

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

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

border-color css

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

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

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