Html Css Color HEX #444812 Verdun Green

📋 copy color: '#444812'

red 68 ◦ green 72 ◦ blue 18

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

Shades of Verdun Green #444812

Tints of Verdun Green #444812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 43.04%
G = 45.57%
B = 11.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#444812 (or 0x444812) is known color: Verdun Green. HEX triplet: 44, 48 and 12. RGB value is (68,72,18). Sum of RGB (Red+Green+Blue) = 68+72+18=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #444812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444812 is #BBB7ED. Grayscale: #404040. Windows color (decimal): -12302318 or 1198148. OLE color: 1198148.

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

Color convert

RGB 68 72 18 -
CMYK 0.06 0 0.75 0.72
HSL 64.44º 0.6% 0.18% -
HSV(B) 64.44º 0.75% 0.28% -
XYZ 4.81 5.91 1.46 -
YUV 64.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 68 72 18 0.06 0 0.75 0.72 64.44 0.6 0.18
Hex 44 48 12 6 0 4B 48 40 3C 12
Octal 104 110 22 6 0 113 110 100 74 22
Binary 1000100 1001000 10010 110 0 1001011 1001000 1000000 111100 10010

Color Harmonies of #444812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444812

Black with #444812

Text Example


Text Example

White with #444812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444812; }

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

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

background-color css

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

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

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

border-color css

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

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

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