Html Css Color HEX #444A16 Verdun Green

📋 copy color: '#444A16'

red 68 ◦ green 74 ◦ blue 22

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

Shades of Verdun Green #444A16

Tints of Verdun Green #444A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.12%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 41.46%
G = 45.12%
B = 13.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#444A16 (or 0x444A16) is known color: Verdun Green. HEX triplet: 44, 4A and 16. RGB value is (68,74,22). Sum of RGB (Red+Green+Blue) = 68+74+22=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #444A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444A16 is #BBB5E9. Grayscale: #424242. Windows color (decimal): -12301802 or 1460804. OLE color: 1460804.

HSL color Cylindrical-coordinate representation of color #444A16: hue angle of 66.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444A16 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 74 22 -
CMYK 0.08 0 0.70 0.71
HSL 66.92º 0.54% 0.19% -
HSV(B) 66.92º 0.7% 0.29% -
XYZ 4.98 6.18 1.69 -
YUV 66.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 68 74 22 0.08 0 0.70 0.71 66.92 0.54 0.19
Hex 44 4A 16 8 0 46 47 43 36 13
Octal 104 112 26 10 0 106 107 103 66 23
Binary 1000100 1001010 10110 1000 0 1000110 1000111 1000011 110110 10011

Color Harmonies of #444A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A16

Black with #444A16

Text Example


Text Example

White with #444A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444A16; }

 p { color: rgb(68,74,22); }

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

background-color css

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

 a { background-color: rgb(68,74,22); }

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

border-color css

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

 span { border-color: rgb(68,74,22); }

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