Html Css Color HEX #444312 Verdun Green

📋 copy color: '#444312'

red 68 ◦ green 67 ◦ blue 18

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

Shades of Verdun Green #444312

Tints of Verdun Green #444312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.79%

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

R = 44.44%
G = 43.79%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#444312 (or 0x444312) is known color: Verdun Green. HEX triplet: 44, 43 and 12. RGB value is (68,67,18). Sum of RGB (Red+Green+Blue) = 68+67+18=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #444312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444312 is #BBBCED. Grayscale: #3D3D3D. Windows color (decimal): -12303598 or 1196868. OLE color: 1196868.

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

Color convert

RGB 68 67 18 -
CMYK 0 0.01 0.74 0.73
HSL 58.8º 0.58% 0.17% -
HSV(B) 58.8º 0.74% 0.27% -
XYZ 4.5 5.29 1.36 -
YUV 61.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 68 67 18 0 0.01 0.74 0.73 58.8 0.58 0.17
Hex 44 43 12 0 1 4A 49 3B 3A 11
Octal 104 103 22 0 1 112 111 73 72 21
Binary 1000100 1000011 10010 0 1 1001010 1001001 111011 111010 10001

Color Harmonies of #444312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444312

Black with #444312

Text Example


Text Example

White with #444312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444312; }

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

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

background-color css

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

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

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

border-color css

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

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

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