#445100

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

Shades of Verdun Green #445100

Tints of Verdun Green #445100

Color information

#445100 (or 0x445100) is unknown color: approx Verdun Green. HEX triplet: 44, 51 and 00. RGB value is (68,81,0). Sum of RGB (Red+Green+Blue) = 68+81+0=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #445100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445100 is #BBAEFF. Grayscale: #444444. Windows color (decimal): -12300032 or 20804. OLE color: 20804.

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

Color convert

RGB68810-
CMYK0.16010.68
HSL69.63º100%15.88%-
HSV(B)69.63º100%31.76%-
XYZ5.337.111.09-
YUV67.8889.69128.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.64%
G=54.36%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal688100.16010.6869.6310015.88
Hex445101006444466410
Octal104121020014410410614420
Binary100010010100010100000110010010001001000110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445100; }

 p { color: rgb(68,81,0); }

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

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

 a { background-color: rgb(68,81,0); }

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

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

 span { border-color: rgb(68,81,0); }

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