#444305

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

Shades of Verdun Green #444305

Tints of Verdun Green #444305

Color information

#444305 (or 0x444305) is unknown color: approx Verdun Green. HEX triplet: 44, 43 and 05. RGB value is (68,67,5). Sum of RGB (Red+Green+Blue) = 68+67+5=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #444305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444305 is #BBBCFA. Grayscale: #3C3C3C. Windows color (decimal): -12303611 or 344900. OLE color: 344900.

HSL color Cylindrical-coordinate representation of color #444305: hue angle of 59.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #444305 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB68675-
CMYK00.010.930.73
HSL59.05º86.3%14.31%-
HSV(B)59.05º92.65%26.67%-
XYZ4.425.250.92-
YUV60.2396.83133.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=48.57%
G=47.86%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6867500.010.930.7359.0586.314.31
Hex44435015D493b56e
Octal1041035011351117312616
Binary10001001000011101011011101100100111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444305; }

 p { color: rgb(68,67,5); }

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

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

 a { background-color: rgb(68,67,5); }

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

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

 span { border-color: rgb(68,67,5); }

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