Html Css Color HEX #445618 Verdun Green

📋 copy color: '#445618'

red 68 ◦ green 86 ◦ blue 24

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

Shades of Verdun Green #445618

Tints of Verdun Green #445618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.31%

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

R = 38.2%
G = 48.31%
B = 13.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#445618 (or 0x445618) is known color: Verdun Green. HEX triplet: 44, 56 and 18. RGB value is (68,86,24). Sum of RGB (Red+Green+Blue) = 68+86+24=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #445618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445618 is #BBA9E7. Grayscale: #494949. Windows color (decimal): -12298728 or 1594948. OLE color: 1594948.

HSL color Cylindrical-coordinate representation of color #445618: hue angle of 77.42º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445618 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 86 24 -
CMYK 0.21 0 0.72 0.66
HSL 77.42º 0.56% 0.22% -
HSV(B) 77.42º 0.72% 0.34% -
XYZ 5.88 7.95 2.09 -
YUV 73.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 68 86 24 0.21 0 0.72 0.66 77.42 0.56 0.22
Hex 44 56 18 15 0 48 42 4D 38 16
Octal 104 126 30 25 0 110 102 115 70 26
Binary 1000100 1010110 11000 10101 0 1001000 1000010 1001101 111000 10110

Color Harmonies of #445618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445618

Black with #445618

Text Example


Text Example

White with #445618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445618; }

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

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

background-color css

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

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

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

border-color css

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

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

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