Html Css Color HEX #445918 Verdun Green

📋 copy color: '#445918'

red 68 ◦ green 89 ◦ blue 24

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

Shades of Verdun Green #445918

Tints of Verdun Green #445918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.17%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 37.57%
G = 49.17%
B = 13.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#445918 (or 0x445918) is known color: Verdun Green. HEX triplet: 44, 59 and 18. RGB value is (68,89,24). Sum of RGB (Red+Green+Blue) = 68+89+24=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #445918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445918 is #BBA6E7. Grayscale: #4B4B4B. Windows color (decimal): -12297960 or 1595716. OLE color: 1595716.

HSL color Cylindrical-coordinate representation of color #445918: hue angle of 79.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445918 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 89 24 -
CMYK 0.24 0 0.73 0.65
HSL 79.38º 0.58% 0.22% -
HSV(B) 79.38º 0.73% 0.35% -
XYZ 6.12 8.44 2.17 -
YUV 75.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 68 89 24 0.24 0 0.73 0.65 79.38 0.58 0.22
Hex 44 59 18 18 0 49 41 4F 3A 16
Octal 104 131 30 30 0 111 101 117 72 26
Binary 1000100 1011001 11000 11000 0 1001001 1000001 1001111 111010 10110

Color Harmonies of #445918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445918

Black with #445918

Text Example


Text Example

White with #445918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445918; }

 p { color: rgb(68,89,24); }

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

background-color css

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

 a { background-color: rgb(68,89,24); }

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

border-color css

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

 span { border-color: rgb(68,89,24); }

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