Html Css Color HEX #44491D Verdun Green

📋 copy color: '#44491D'

red 68 ◦ green 73 ◦ blue 29

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

Shades of Verdun Green #44491D

Tints of Verdun Green #44491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 40%
G = 42.94%
B = 17.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#44491D (or 0x44491D) is known color: Verdun Green. HEX triplet: 44, 49 and 1D. RGB value is (68,73,29). Sum of RGB (Red+Green+Blue) = 68+73+29=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #44491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44491D is #BBB6E2. Grayscale: #424242. Windows color (decimal): -12302051 or 1919300. OLE color: 1919300.

HSL color Cylindrical-coordinate representation of color #44491D: hue angle of 66.82º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44491D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 29 -
CMYK 0.07 0 0.60 0.71
HSL 66.82º 0.43% 0.2% -
HSV(B) 66.82º 0.6% 0.29% -
XYZ 4.99 6.08 2.07 -
YUV 66.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 68 73 29 0.07 0 0.60 0.71 66.82 0.43 0.2
Hex 44 49 1D 7 0 3C 47 43 2B 14
Octal 104 111 35 7 0 74 107 103 53 24
Binary 1000100 1001001 11101 111 0 111100 1000111 1000011 101011 10100

Color Harmonies of #44491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44491D

Black with #44491D

Text Example


Text Example

White with #44491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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