Html Css Color HEX #445019 Verdun Green

📋 copy color: '#445019'

red 68 ◦ green 80 ◦ blue 25

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

Shades of Verdun Green #445019

Tints of Verdun Green #445019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

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

R = 39.31%
G = 46.24%
B = 14.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#445019 (or 0x445019) is known color: Verdun Green. HEX triplet: 44, 50 and 19. RGB value is (68,80,25). Sum of RGB (Red+Green+Blue) = 68+80+25=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #445019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445019 is #BBAFE6. Grayscale: #464646. Windows color (decimal): -12300263 or 1658948. OLE color: 1658948.

HSL color Cylindrical-coordinate representation of color #445019: hue angle of 73.09º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445019 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 25 -
CMYK 0.15 0 0.69 0.69
HSL 73.09º 0.52% 0.21% -
HSV(B) 73.09º 0.69% 0.31% -
XYZ 5.43 7.04 1.99 -
YUV 70.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 68 80 25 0.15 0 0.69 0.69 73.09 0.52 0.21
Hex 44 50 19 F 0 45 45 49 34 15
Octal 104 120 31 17 0 105 105 111 64 25
Binary 1000100 1010000 11001 1111 0 1000101 1000101 1001001 110100 10101

Color Harmonies of #445019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445019

Black with #445019

Text Example


Text Example

White with #445019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445019; }

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

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

background-color css

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

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

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

border-color css

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

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

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