Html Css Color HEX #444518 Verdun Green

📋 copy color: '#444518'

red 68 ◦ green 69 ◦ blue 24

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

Shades of Verdun Green #444518

Tints of Verdun Green #444518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.86%

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 42.24%
G = 42.86%
B = 14.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#444518 (or 0x444518) is known color: Verdun Green. HEX triplet: 44, 45 and 18. RGB value is (68,69,24). Sum of RGB (Red+Green+Blue) = 68+69+24=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #444518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444518 is #BBBAE7. Grayscale: #3F3F3F. Windows color (decimal): -12303080 or 1590596. OLE color: 1590596.

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

Color convert

RGB 68 69 24 -
CMYK 0.01 0 0.65 0.73
HSL 61.33º 0.48% 0.18% -
HSV(B) 61.33º 0.65% 0.27% -
XYZ 4.68 5.55 1.69 -
YUV 63.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 68 69 24 0.01 0 0.65 0.73 61.33 0.48 0.18
Hex 44 45 18 1 0 41 49 3D 30 12
Octal 104 105 30 1 0 101 111 75 60 22
Binary 1000100 1000101 11000 1 0 1000001 1001001 111101 110000 10010

Color Harmonies of #444518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444518

Black with #444518

Text Example


Text Example

White with #444518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444518; }

 p { color: rgb(68,69,24); }

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

background-color css

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

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

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

border-color css

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

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

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