#444D03

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

Shades of Verdun Green #444D03

Tints of Verdun Green #444D03

Color information

#444D03 (or 0x444D03) is unknown color: approx Verdun Green. HEX triplet: 44, 4D and 03. RGB value is (68,77,3). Sum of RGB (Red+Green+Blue) = 68+77+3=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #444D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444D03 is #BBB2FC. Grayscale: #424242. Windows color (decimal): -12301053 or 216388. OLE color: 216388.

HSL color Cylindrical-coordinate representation of color #444D03: hue angle of 67.3º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #444D03 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB68773-
CMYK0.1200.960.70
HSL67.3º92.5%15.69%-
HSV(B)67.3º96.1%30.2%-
XYZ5.056.541.08-
YUV65.8792.52129.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=45.95%
G=52.03%
B=2.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal687730.1200.960.7067.392.515.69
Hex444D3C06046435c10
Octal104115314014010610313420
Binary100010010011011111000110000010001101000011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D03; }

 p { color: rgb(68,77,3); }

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

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

 a { background-color: rgb(68,77,3); }

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

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

 span { border-color: rgb(68,77,3); }

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