Html Css Color HEX #445011 Verdun Green

📋 copy color: '#445011'

red 68 ◦ green 80 ◦ blue 17

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

Shades of Verdun Green #445011

Tints of Verdun Green #445011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 41.21%
G = 48.48%
B = 10.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#445011 (or 0x445011) is known color: Verdun Green. HEX triplet: 44, 50 and 11. RGB value is (68,80,17). Sum of RGB (Red+Green+Blue) = 68+80+17=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #445011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445011 is #BBAFEE. Grayscale: #454545. Windows color (decimal): -12300271 or 1134660. OLE color: 1134660.

HSL color Cylindrical-coordinate representation of color #445011: hue angle of 71.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #445011 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 17 -
CMYK 0.15 0 0.79 0.69
HSL 71.43º 0.65% 0.19% -
HSV(B) 71.43º 0.79% 0.31% -
XYZ 5.35 7.01 1.6 -
YUV 69.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 68 80 17 0.15 0 0.79 0.69 71.43 0.65 0.19
Hex 44 50 11 F 0 4F 45 47 41 13
Octal 104 120 21 17 0 117 105 107 101 23
Binary 1000100 1010000 10001 1111 0 1001111 1000101 1000111 1000001 10011

Color Harmonies of #445011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445011

Black with #445011

Text Example


Text Example

White with #445011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445011; }

 p { color: rgb(68,80,17); }

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

background-color css

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

 a { background-color: rgb(68,80,17); }

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

border-color css

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

 span { border-color: rgb(68,80,17); }

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