Html Css Color HEX #445818 Verdun Green

📋 copy color: '#445818'

red 68 ◦ green 88 ◦ blue 24

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

Shades of Verdun Green #445818

Tints of Verdun Green #445818

RGB

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

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

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

R = 37.78%
G = 48.89%
B = 13.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#445818 (or 0x445818) is known color: Verdun Green. HEX triplet: 44, 58 and 18. RGB value is (68,88,24). Sum of RGB (Red+Green+Blue) = 68+88+24=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #445818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445818 is #BBA7E7. Grayscale: #4A4A4A. Windows color (decimal): -12298216 or 1595460. OLE color: 1595460.

HSL color Cylindrical-coordinate representation of color #445818: hue angle of 78.75º degrees, saturation: 0.57, 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 #445818 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 24 -
CMYK 0.23 0 0.73 0.65
HSL 78.75º 0.57% 0.22% -
HSV(B) 78.75º 0.73% 0.35% -
XYZ 6.04 8.27 2.14 -
YUV 74.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 68 88 24 0.23 0 0.73 0.65 78.75 0.57 0.22
Hex 44 58 18 17 0 49 41 4F 39 16
Octal 104 130 30 27 0 111 101 117 71 26
Binary 1000100 1011000 11000 10111 0 1001001 1000001 1001111 111001 10110

Color Harmonies of #445818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445818

Black with #445818

Text Example


Text Example

White with #445818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445818; }

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

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

background-color css

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

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

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

border-color css

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

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

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