Html Css Color HEX #445B18 Verdun Green

📋 copy color: '#445B18'

red 68 ◦ green 91 ◦ blue 24

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

Shades of Verdun Green #445B18

Tints of Verdun Green #445B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.73%

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

R = 37.16%
G = 49.73%
B = 13.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#445B18 (or 0x445B18) is known color: Verdun Green. HEX triplet: 44, 5B and 18. RGB value is (68,91,24). Sum of RGB (Red+Green+Blue) = 68+91+24=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #445B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B18 is #BBA4E7. Grayscale: #4C4C4C. Windows color (decimal): -12297448 or 1596228. OLE color: 1596228.

HSL color Cylindrical-coordinate representation of color #445B18: hue angle of 80.6º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #445B18 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 91 24 -
CMYK 0.25 0 0.74 0.64
HSL 80.6º 0.58% 0.23% -
HSV(B) 80.6º 0.74% 0.36% -
XYZ 6.29 8.78 2.23 -
YUV 76.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 68 91 24 0.25 0 0.74 0.64 80.6 0.58 0.23
Hex 44 5B 18 19 0 4A 40 51 3A 17
Octal 104 133 30 31 0 112 100 121 72 27
Binary 1000100 1011011 11000 11001 0 1001010 1000000 1010001 111010 10111

Color Harmonies of #445B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B18

Black with #445B18

Text Example


Text Example

White with #445B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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