Html Css Color HEX #445810 Verdun Green

📋 copy color: '#445810'

red 68 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #445810

Tints of Verdun Green #445810

RGB

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

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

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

R = 39.53%
G = 51.16%
B = 9.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#445810 (or 0x445810) is known color: Verdun Green. HEX triplet: 44, 58 and 10. RGB value is (68,88,16). Sum of RGB (Red+Green+Blue) = 68+88+16=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #445810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445810 is #BBA7EF. Grayscale: #4A4A4A. Windows color (decimal): -12298224 or 1071172. OLE color: 1071172.

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

Color convert

RGB 68 88 16 -
CMYK 0.23 0 0.82 0.65
HSL 76.67º 0.69% 0.2% -
HSV(B) 76.67º 0.82% 0.35% -
XYZ 5.97 8.25 1.77 -
YUV 73.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 68 88 16 0.23 0 0.82 0.65 76.67 0.69 0.2
Hex 44 58 10 17 0 52 41 4D 45 14
Octal 104 130 20 27 0 122 101 115 105 24
Binary 1000100 1011000 10000 10111 0 1010010 1000001 1001101 1000101 10100

Color Harmonies of #445810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445810

Black with #445810

Text Example


Text Example

White with #445810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445810; }

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

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

background-color css

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

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

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

border-color css

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

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

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