Html Css Color HEX #44491A Verdun Green

📋 copy color: '#44491A'

red 68 ◦ green 73 ◦ blue 26

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

Shades of Verdun Green #44491A

Tints of Verdun Green #44491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 40.72%
G = 43.71%
B = 15.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#44491A (or 0x44491A) is known color: Verdun Green. HEX triplet: 44, 49 and 1A. RGB value is (68,73,26). Sum of RGB (Red+Green+Blue) = 68+73+26=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #44491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44491A is #BBB6E5. Grayscale: #424242. Windows color (decimal): -12302054 or 1722692. OLE color: 1722692.

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

Color convert

RGB 68 73 26 -
CMYK 0.07 0 0.64 0.71
HSL 66.38º 0.47% 0.19% -
HSV(B) 66.38º 0.64% 0.29% -
XYZ 4.95 6.07 1.89 -
YUV 66.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 68 73 26 0.07 0 0.64 0.71 66.38 0.47 0.19
Hex 44 49 1A 7 0 40 47 42 2F 13
Octal 104 111 32 7 0 100 107 102 57 23
Binary 1000100 1001001 11010 111 0 1000000 1000111 1000010 101111 10011

Color Harmonies of #44491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44491A

Black with #44491A

Text Example


Text Example

White with #44491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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