Html Css Color HEX #445805 Verdun Green

📋 copy color: '#445805'

red 68 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #445805

Tints of Verdun Green #445805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.66%

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

R = 42.24%
G = 54.66%
B = 3.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#445805 (or 0x445805) is known color: Verdun Green. HEX triplet: 44, 58 and 05. RGB value is (68,88,5). Sum of RGB (Red+Green+Blue) = 68+88+5=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #445805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445805 is #BBA7FA. Grayscale: #484848. Windows color (decimal): -12298235 or 350276. OLE color: 350276.

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

Color convert

RGB 68 88 5 -
CMYK 0.23 0 0.94 0.65
HSL 74.46º 0.89% 0.18% -
HSV(B) 74.46º 0.94% 0.35% -
XYZ 5.9 8.22 1.42 -
YUV 72.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 68 88 5 0.23 0 0.94 0.65 74.46 0.89 0.18
Hex 44 58 5 17 0 5E 41 4A 59 12
Octal 104 130 5 27 0 136 101 112 131 22
Binary 1000100 1011000 101 10111 0 1011110 1000001 1001010 1011001 10010

Color Harmonies of #445805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445805

Black with #445805

Text Example


Text Example

White with #445805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445805; }

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

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

background-color css

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

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

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

border-color css

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

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

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