Html Css Color HEX #445118 Verdun Green

📋 copy color: '#445118'

red 68 ◦ green 81 ◦ blue 24

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

Shades of Verdun Green #445118

Tints of Verdun Green #445118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 39.31%
G = 46.82%
B = 13.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#445118 (or 0x445118) is known color: Verdun Green. HEX triplet: 44, 51 and 18. RGB value is (68,81,24). Sum of RGB (Red+Green+Blue) = 68+81+24=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #445118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445118 is #BBAEE7. Grayscale: #464646. Windows color (decimal): -12300008 or 1593668. OLE color: 1593668.

HSL color Cylindrical-coordinate representation of color #445118: hue angle of 73.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445118 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 24 -
CMYK 0.16 0 0.70 0.68
HSL 73.68º 0.54% 0.21% -
HSV(B) 73.68º 0.7% 0.32% -
XYZ 5.49 7.18 1.96 -
YUV 70.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 68 81 24 0.16 0 0.70 0.68 73.68 0.54 0.21
Hex 44 51 18 10 0 46 44 4A 36 15
Octal 104 121 30 20 0 106 104 112 66 25
Binary 1000100 1010001 11000 10000 0 1000110 1000100 1001010 110110 10101

Color Harmonies of #445118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445118

Black with #445118

Text Example


Text Example

White with #445118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445118; }

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

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

background-color css

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

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

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

border-color css

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

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

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