Html Css Color HEX #445811 Verdun Green

📋 copy color: '#445811'

red 68 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #445811

Tints of Verdun Green #445811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

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

R = 39.31%
G = 50.87%
B = 9.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#445811 (or 0x445811) is known color: Verdun Green. HEX triplet: 44, 58 and 11. RGB value is (68,88,17). Sum of RGB (Red+Green+Blue) = 68+88+17=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #445811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445811 is #BBA7EE. Grayscale: #4A4A4A. Windows color (decimal): -12298223 or 1136708. OLE color: 1136708.

HSL color Cylindrical-coordinate representation of color #445811: hue angle of 76.9º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445811 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 17 -
CMYK 0.23 0 0.81 0.65
HSL 76.9º 0.68% 0.21% -
HSV(B) 76.9º 0.81% 0.35% -
XYZ 5.97 8.25 1.81 -
YUV 73.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 68 88 17 0.23 0 0.81 0.65 76.9 0.68 0.21
Hex 44 58 11 17 0 51 41 4D 44 15
Octal 104 130 21 27 0 121 101 115 104 25
Binary 1000100 1011000 10001 10111 0 1010001 1000001 1001101 1000100 10101

Color Harmonies of #445811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445811

Black with #445811

Text Example


Text Example

White with #445811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445811; }

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

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

background-color css

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

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

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

border-color css

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

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

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