Html Css Color HEX #44440E Verdun Green

📋 copy color: '#44440E'

red 68 ◦ green 68 ◦ blue 14

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

Shades of Verdun Green #44440E

Tints of Verdun Green #44440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 45.33%
G = 45.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#44440E (or 0x44440E) is known color: Verdun Green. HEX triplet: 44, 44 and 0E. RGB value is (68,68,14). Sum of RGB (Red+Green+Blue) = 68+68+14=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 68 - color contains mainly: red, green. Hex color #44440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44440E is #BBBBF1. Grayscale: #3E3E3E. Windows color (decimal): -12303346 or 934980. OLE color: 934980.

HSL color Cylindrical-coordinate representation of color #44440E: hue angle of 60º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44440E is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 68 14 -
CMYK 0 0 0.79 0.73
HSL 60º 0.66% 0.16% -
HSV(B) 60º 0.79% 0.27% -
XYZ 4.53 5.39 1.22 -
YUV 61.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 68 68 14 0 0 0.79 0.73 60 0.66 0.16
Hex 44 44 E 0 0 4F 49 3C 42 10
Octal 104 104 16 0 0 117 111 74 102 20
Binary 1000100 1000100 1110 0 0 1001111 1001001 111100 1000010 10000

Color Harmonies of #44440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44440E

Black with #44440E

Text Example


Text Example

White with #44440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44440E; }

 p { color: rgb(68,68,14); }

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

background-color css

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

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

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

border-color css

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

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

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