Html Css Color HEX #444818 Verdun Green

📋 copy color: '#444818'

red 68 ◦ green 72 ◦ blue 24

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

Shades of Verdun Green #444818

Tints of Verdun Green #444818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.9%

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

R = 41.46%
G = 43.9%
B = 14.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#444818 (or 0x444818) is known color: Verdun Green. HEX triplet: 44, 48 and 18. RGB value is (68,72,24). Sum of RGB (Red+Green+Blue) = 68+72+24=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #444818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444818 is #BBB7E7. Grayscale: #414141. Windows color (decimal): -12302312 or 1591364. OLE color: 1591364.

HSL color Cylindrical-coordinate representation of color #444818: hue angle of 65º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444818 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 24 -
CMYK 0.06 0 0.67 0.72
HSL 65º 0.5% 0.19% -
HSV(B) 65º 0.67% 0.28% -
XYZ 4.87 5.93 1.75 -
YUV 65.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 68 72 24 0.06 0 0.67 0.72 65 0.5 0.19
Hex 44 48 18 6 0 43 48 41 32 13
Octal 104 110 30 6 0 103 110 101 62 23
Binary 1000100 1001000 11000 110 0 1000011 1001000 1000001 110010 10011

Color Harmonies of #444818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444818

Black with #444818

Text Example


Text Example

White with #444818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444818; }

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

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

background-color css

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

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

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

border-color css

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

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

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