Html Css Color HEX #444614 Verdun Green

📋 copy color: '#444614'

red 68 ◦ green 70 ◦ blue 20

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

Shades of Verdun Green #444614

Tints of Verdun Green #444614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 43.04%
G = 44.3%
B = 12.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#444614 (or 0x444614) is known color: Verdun Green. HEX triplet: 44, 46 and 14. RGB value is (68,70,20). Sum of RGB (Red+Green+Blue) = 68+70+20=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #444614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444614 is #BBB9EB. Grayscale: #3F3F3F. Windows color (decimal): -12302828 or 1328708. OLE color: 1328708.

HSL color Cylindrical-coordinate representation of color #444614: hue angle of 62.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444614 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 70 20 -
CMYK 0.03 0 0.71 0.73
HSL 62.4º 0.56% 0.18% -
HSV(B) 62.4º 0.71% 0.27% -
XYZ 4.7 5.66 1.51 -
YUV 63.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 68 70 20 0.03 0 0.71 0.73 62.4 0.56 0.18
Hex 44 46 14 3 0 47 49 3E 38 12
Octal 104 106 24 3 0 107 111 76 70 22
Binary 1000100 1000110 10100 11 0 1000111 1001001 111110 111000 10010

Color Harmonies of #444614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444614

Black with #444614

Text Example


Text Example

White with #444614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444614; }

 p { color: rgb(68,70,20); }

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

background-color css

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

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

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

border-color css

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

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

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