Html Css Color HEX #444514 Verdun Green

📋 copy color: '#444514'

red 68 ◦ green 69 ◦ blue 20

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

Shades of Verdun Green #444514

Tints of Verdun Green #444514

RGB

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

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

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

R = 43.31%
G = 43.95%
B = 12.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#444514 (or 0x444514) is known color: Verdun Green. HEX triplet: 44, 45 and 14. RGB value is (68,69,20). Sum of RGB (Red+Green+Blue) = 68+69+20=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #444514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444514 is #BBBAEB. Grayscale: #3F3F3F. Windows color (decimal): -12303084 or 1328452. OLE color: 1328452.

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

Color convert

RGB 68 69 20 -
CMYK 0.01 0 0.71 0.73
HSL 61.22º 0.55% 0.17% -
HSV(B) 61.22º 0.71% 0.27% -
XYZ 4.64 5.54 1.49 -
YUV 63.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 68 69 20 0.01 0 0.71 0.73 61.22 0.55 0.17
Hex 44 45 14 1 0 47 49 3D 37 11
Octal 104 105 24 1 0 107 111 75 67 21
Binary 1000100 1000101 10100 1 0 1000111 1001001 111101 110111 10001

Color Harmonies of #444514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444514

Black with #444514

Text Example


Text Example

White with #444514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444514; }

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

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

background-color css

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

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

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

border-color css

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

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

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