#445018

Color #445018 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #445018

Tints of Verdun Green #445018

Color information

#445018 (or 0x445018) is unknown color: approx Verdun Green. HEX triplet: 44, 50 and 18. RGB value is (68,80,24). Sum of RGB (Red+Green+Blue) = 68+80+24=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #445018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445018 is #BBAFE7. Grayscale: #464646. Windows color (decimal): -12300264 or 1593412. OLE color: 1593412.

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

Color convert

RGB688024-
CMYK0.1500.700.69
HSL72.86º53.85%20.39%-
HSV(B)72.86º70%31.37%-
XYZ5.427.031.94-
YUV70.03102.02126.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=39.53%
G=46.51%
B=13.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880240.1500.700.6972.8653.8520.39
Hex445018F04645493614
Octal104120301701061051116624
Binary10001001010000110001111010001101000101100100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445018; }

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

 H1.HeaderClassName
 {
   color: #445018;
 }
 .AnyTagClassName
 {
   color: #445018;
 }
</style>
background-color css

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

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

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

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

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

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