Html Css Color HEX #445605 Verdun Green

📋 copy color: '#445605'

red 68 ◦ green 86 ◦ blue 5

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

Shades of Verdun Green #445605

Tints of Verdun Green #445605

RGB

 RED value IS 68 (26.95% from 255) = 42.77%

 GREEN value IS 86 (33.98% from 255) = 54.09%

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

R = 42.77%
G = 54.09%
B = 3.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#445605 (or 0x445605) is known color: Verdun Green. HEX triplet: 44, 56 and 05. RGB value is (68,86,5). Sum of RGB (Red+Green+Blue) = 68+86+5=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #445605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445605 is #BBA9FA. Grayscale: #474747. Windows color (decimal): -12298747 or 349764. OLE color: 349764.

HSL color Cylindrical-coordinate representation of color #445605: hue angle of 73.33º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #445605 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 86 5 -
CMYK 0.21 0 0.94 0.66
HSL 73.33º 0.89% 0.18% -
HSV(B) 73.33º 0.94% 0.34% -
XYZ 5.74 7.9 1.37 -
YUV 71.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 68 86 5 0.21 0 0.94 0.66 73.33 0.89 0.18
Hex 44 56 5 15 0 5E 42 49 59 12
Octal 104 126 5 25 0 136 102 111 131 22
Binary 1000100 1010110 101 10101 0 1011110 1000010 1001001 1011001 10010

Color Harmonies of #445605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445605

Black with #445605

Text Example


Text Example

White with #445605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445605; }

 p { color: rgb(68,86,5); }

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

background-color css

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

 a { background-color: rgb(68,86,5); }

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

border-color css

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

 span { border-color: rgb(68,86,5); }

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