#444302

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

Shades of Verdun Green #444302

Tints of Verdun Green #444302

Color information

#444302 (or 0x444302) is unknown color: approx Verdun Green. HEX triplet: 44, 43 and 02. RGB value is (68,67,2). Sum of RGB (Red+Green+Blue) = 68+67+2=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #444302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444302 is #BBBCFD. Grayscale: #3C3C3C. Windows color (decimal): -12303614 or 148292. OLE color: 148292.

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

Color convert

RGB68672-
CMYK00.010.970.73
HSL59.09º94.29%13.73%-
HSV(B)59.09º97.06%26.67%-
XYZ4.45.250.84-
YUV59.8995.33133.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=49.64%
G=48.91%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6867200.010.970.7359.0994.2913.73
Hex444320161493b5ee
Octal1041032011411117313616
Binary1000100100001110011100001100100111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444302; }

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

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

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

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

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

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

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

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