Html Css Color HEX #445219 Verdun Green

📋 copy color: '#445219'

red 68 ◦ green 82 ◦ blue 25

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

Shades of Verdun Green #445219

Tints of Verdun Green #445219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 38.86%
G = 46.86%
B = 14.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#445219 (or 0x445219) is known color: Verdun Green. HEX triplet: 44, 52 and 19. RGB value is (68,82,25). Sum of RGB (Red+Green+Blue) = 68+82+25=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #445219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445219 is #BBADE6. Grayscale: #474747. Windows color (decimal): -12299751 or 1659460. OLE color: 1659460.

HSL color Cylindrical-coordinate representation of color #445219: hue angle of 74.74º degrees, saturation: 0.53, 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 #445219 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 25 -
CMYK 0.17 0 0.70 0.68
HSL 74.74º 0.53% 0.21% -
HSV(B) 74.74º 0.7% 0.32% -
XYZ 5.58 7.33 2.04 -
YUV 71.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 68 82 25 0.17 0 0.70 0.68 74.74 0.53 0.21
Hex 44 52 19 11 0 46 44 4B 35 15
Octal 104 122 31 21 0 106 104 113 65 25
Binary 1000100 1010010 11001 10001 0 1000110 1000100 1001011 110101 10101

Color Harmonies of #445219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445219

Black with #445219

Text Example


Text Example

White with #445219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445219; }

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

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

background-color css

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

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

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

border-color css

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

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

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