#445D01

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

Shades of Verdun Green #445D01

Tints of Verdun Green #445D01

Color information

#445D01 (or 0x445D01) is unknown color: approx Verdun Green. HEX triplet: 44, 5D and 01. RGB value is (68,93,1). Sum of RGB (Red+Green+Blue) = 68+93+1=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #445D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445D01 is #BBA2FE. Grayscale: #4B4B4B. Windows color (decimal): -12296959 or 89412. OLE color: 89412.

HSL color Cylindrical-coordinate representation of color #445D01: hue angle of 76.3º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #445D01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB68931-
CMYK0.2700.990.64
HSL76.3º97.87%18.43%-
HSV(B)76.3º98.92%36.47%-
XYZ6.39.061.45-
YUV75.0486.22122.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 93 (36.72% from 255) = 57.41%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=41.98%
G=57.41%
B=0.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal689310.2700.990.6476.397.8718.43
Hex445D11B063404c6212
Octal104135133014310011414222
Binary100010010111011110110110001110000001001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,1); }

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

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

 a { background-color: rgb(68,93,1); }

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

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

 span { border-color: rgb(68,93,1); }

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