Html Css Color HEX #44490B Verdun Green

📋 copy color: '#44490B'

red 68 ◦ green 73 ◦ blue 11

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

Shades of Verdun Green #44490B

Tints of Verdun Green #44490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 44.74%
G = 48.03%
B = 7.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#44490B (or 0x44490B) is known color: Verdun Green. HEX triplet: 44, 49 and 0B. RGB value is (68,73,11). Sum of RGB (Red+Green+Blue) = 68+73+11=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #44490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44490B is #BBB6F4. Grayscale: #404040. Windows color (decimal): -12302069 or 739652. OLE color: 739652.

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

Color convert

RGB 68 73 11 -
CMYK 0.07 0 0.85 0.71
HSL 64.84º 0.74% 0.16% -
HSV(B) 64.84º 0.85% 0.29% -
XYZ 4.83 6.02 1.22 -
YUV 64.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 68 73 11 0.07 0 0.85 0.71 64.84 0.74 0.16
Hex 44 49 B 7 0 55 47 41 4A 10
Octal 104 111 13 7 0 125 107 101 112 20
Binary 1000100 1001001 1011 111 0 1010101 1000111 1000001 1001010 10000

Color Harmonies of #44490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44490B

Black with #44490B

Text Example


Text Example

White with #44490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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