Html Css Color HEX #444900 Verdun Green

📋 copy color: '#444900'

red 68 ◦ green 73 ◦ blue 0

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

Shades of Verdun Green #444900

Tints of Verdun Green #444900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.23%
G = 51.77%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#444900 (or 0x444900) is known color: Verdun Green. HEX triplet: 44, 49 and 00. RGB value is (68,73,0). Sum of RGB (Red+Green+Blue) = 68+73+0=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #444900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444900 is #BBB6FF. Grayscale: #3F3F3F. Windows color (decimal): -12302080 or 18756. OLE color: 18756.

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

Color convert

RGB 68 73 0 -
CMYK 0.07 0 1 0.71
HSL 64.11º 1% 0.14% -
HSV(B) 64.11º 1% 0.29% -
XYZ 4.77 5.99 0.91 -
YUV 63.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 68 73 0 0.07 0 1 0.71 64.11 1 0.14
Hex 44 49 0 7 0 64 47 40 64 E
Octal 104 111 0 7 0 144 107 100 144 16
Binary 1000100 1001001 0 111 0 1100100 1000111 1000000 1100100 1110

Color Harmonies of #444900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444900

Black with #444900

Text Example


Text Example

White with #444900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444900; }

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

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

background-color css

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

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

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

border-color css

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

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

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