Html Css Color HEX #444901 Verdun Green

📋 copy color: '#444901'

red 68 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #444901

Tints of Verdun Green #444901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.41%

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

R = 47.89%
G = 51.41%
B = 0.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#444901 (or 0x444901) is known color: Verdun Green. HEX triplet: 44, 49 and 01. RGB value is (68,73,1). Sum of RGB (Red+Green+Blue) = 68+73+1=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #444901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444901 is #BBB6FE. Grayscale: #3F3F3F. Windows color (decimal): -12302079 or 84292. OLE color: 84292.

HSL color Cylindrical-coordinate representation of color #444901: hue angle of 64.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #444901 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 1 -
CMYK 0.07 0 0.99 0.71
HSL 64.17º 0.97% 0.15% -
HSV(B) 64.17º 0.99% 0.29% -
XYZ 4.77 6 0.93 -
YUV 63.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 68 73 1 0.07 0 0.99 0.71 64.17 0.97 0.15
Hex 44 49 1 7 0 63 47 40 61 F
Octal 104 111 1 7 0 143 107 100 141 17
Binary 1000100 1001001 1 111 0 1100011 1000111 1000000 1100001 1111

Color Harmonies of #444901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444901

Black with #444901

Text Example


Text Example

White with #444901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444901; }

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

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

background-color css

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

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

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

border-color css

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

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

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