Html Css Color HEX #444714 Verdun Green

📋 copy color: '#444714'

red 68 ◦ green 71 ◦ blue 20

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

Shades of Verdun Green #444714

Tints of Verdun Green #444714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

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

R = 42.77%
G = 44.65%
B = 12.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#444714 (or 0x444714) is known color: Verdun Green. HEX triplet: 44, 47 and 14. RGB value is (68,71,20). Sum of RGB (Red+Green+Blue) = 68+71+20=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #444714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444714 is #BBB8EB. Grayscale: #404040. Windows color (decimal): -12302572 or 1328964. OLE color: 1328964.

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

Color convert

RGB 68 71 20 -
CMYK 0.04 0 0.72 0.72
HSL 63.53º 0.56% 0.18% -
HSV(B) 63.53º 0.72% 0.28% -
XYZ 4.76 5.79 1.53 -
YUV 64.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 68 71 20 0.04 0 0.72 0.72 63.53 0.56 0.18
Hex 44 47 14 4 0 48 48 40 38 12
Octal 104 107 24 4 0 110 110 100 70 22
Binary 1000100 1000111 10100 100 0 1001000 1001000 1000000 111000 10010

Color Harmonies of #444714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444714

Black with #444714

Text Example


Text Example

White with #444714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444714; }

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

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

background-color css

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

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

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

border-color css

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

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

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