Html Css Color HEX #445218 Verdun Green

📋 copy color: '#445218'

red 68 ◦ green 82 ◦ blue 24

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

Shades of Verdun Green #445218

Tints of Verdun Green #445218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

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

R = 39.08%
G = 47.13%
B = 13.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#445218 (or 0x445218) is known color: Verdun Green. HEX triplet: 44, 52 and 18. RGB value is (68,82,24). Sum of RGB (Red+Green+Blue) = 68+82+24=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #445218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445218 is #BBADE7. Grayscale: #474747. Windows color (decimal): -12299752 or 1593924. OLE color: 1593924.

HSL color Cylindrical-coordinate representation of color #445218: hue angle of 74.48º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445218 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 24 -
CMYK 0.17 0 0.71 0.68
HSL 74.48º 0.55% 0.21% -
HSV(B) 74.48º 0.71% 0.32% -
XYZ 5.57 7.33 1.99 -
YUV 71.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 68 82 24 0.17 0 0.71 0.68 74.48 0.55 0.21
Hex 44 52 18 11 0 47 44 4A 37 15
Octal 104 122 30 21 0 107 104 112 67 25
Binary 1000100 1010010 11000 10001 0 1000111 1000100 1001010 110111 10101

Color Harmonies of #445218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445218

Black with #445218

Text Example


Text Example

White with #445218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445218; }

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

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

background-color css

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

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

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

border-color css

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

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

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