Html Css Color HEX #445901 Verdun Green

📋 copy color: '#445901'

red 68 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #445901

Tints of Verdun Green #445901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 56.33%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 43.04%
G = 56.33%
B = 0.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#445901 (or 0x445901) is known color: Verdun Green. HEX triplet: 44, 59 and 01. RGB value is (68,89,1). Sum of RGB (Red+Green+Blue) = 68+89+1=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #445901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445901 is #BBA6FE. Grayscale: #494949. Windows color (decimal): -12297983 or 88388. OLE color: 88388.

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

Color convert

RGB 68 89 1 -
CMYK 0.24 0 0.99 0.65
HSL 74.32º 0.98% 0.18% -
HSV(B) 74.32º 0.99% 0.35% -
XYZ 5.96 8.38 1.33 -
YUV 72.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 68 89 1 0.24 0 0.99 0.65 74.32 0.98 0.18
Hex 44 59 1 18 0 63 41 4A 62 12
Octal 104 131 1 30 0 143 101 112 142 22
Binary 1000100 1011001 1 11000 0 1100011 1000001 1001010 1100010 10010

Color Harmonies of #445901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445901

Black with #445901

Text Example


Text Example

White with #445901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445901; }

 p { color: rgb(68,89,1); }

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

background-color css

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

 a { background-color: rgb(68,89,1); }

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

border-color css

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

 span { border-color: rgb(68,89,1); }

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