Html Css Color HEX #445B19 Verdun Green

📋 copy color: '#445B19'

red 68 ◦ green 91 ◦ blue 25

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

Shades of Verdun Green #445B19

Tints of Verdun Green #445B19

RGB

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

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

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

R = 36.96%
G = 49.46%
B = 13.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#445B19 (or 0x445B19) is known color: Verdun Green. HEX triplet: 44, 5B and 19. RGB value is (68,91,25). Sum of RGB (Red+Green+Blue) = 68+91+25=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #445B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B19 is #BBA4E6. Grayscale: #4C4C4C. Windows color (decimal): -12297447 or 1661764. OLE color: 1661764.

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

Color convert

RGB 68 91 25 -
CMYK 0.25 0 0.73 0.64
HSL 80.91º 0.57% 0.23% -
HSV(B) 80.91º 0.73% 0.36% -
XYZ 6.3 8.78 2.28 -
YUV 76.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 68 91 25 0.25 0 0.73 0.64 80.91 0.57 0.23
Hex 44 5B 19 19 0 49 40 51 39 17
Octal 104 133 31 31 0 111 100 121 71 27
Binary 1000100 1011011 11001 11001 0 1001001 1000000 1010001 111001 10111

Color Harmonies of #445B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B19

Black with #445B19

Text Example


Text Example

White with #445B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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