Html Css Color HEX #444710 Verdun Green

📋 copy color: '#444710'

red 68 ◦ green 71 ◦ blue 16

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

Shades of Verdun Green #444710

Tints of Verdun Green #444710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 43.87%
G = 45.81%
B = 10.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#444710 (or 0x444710) is known color: Verdun Green. HEX triplet: 44, 47 and 10. RGB value is (68,71,16). Sum of RGB (Red+Green+Blue) = 68+71+16=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #444710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444710 is #BBB8EF. Grayscale: #404040. Windows color (decimal): -12302576 or 1066820. OLE color: 1066820.

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

Color convert

RGB 68 71 16 -
CMYK 0.04 0 0.77 0.72
HSL 63.27º 0.63% 0.17% -
HSV(B) 63.27º 0.77% 0.28% -
XYZ 4.73 5.77 1.36 -
YUV 63.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 68 71 16 0.04 0 0.77 0.72 63.27 0.63 0.17
Hex 44 47 10 4 0 4D 48 3F 3F 11
Octal 104 107 20 4 0 115 110 77 77 21
Binary 1000100 1000111 10000 100 0 1001101 1001000 111111 111111 10001

Color Harmonies of #444710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444710

Black with #444710

Text Example


Text Example

White with #444710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444710; }

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

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

background-color css

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

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

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

border-color css

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

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

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