#444800

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

Shades of Verdun Green #444800

Tints of Verdun Green #444800

Color information

#444800 (or 0x444800) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 00. RGB value is (68,72,0). Sum of RGB (Red+Green+Blue) = 68+72+0=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #444800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444800 is #BBB7FF. Grayscale: #3E3E3E. Windows color (decimal): -12302336 or 18500. OLE color: 18500.

HSL color Cylindrical-coordinate representation of color #444800: hue angle of 63.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #444800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB68720-
CMYK0.06010.72
HSL63.33º100%14.12%-
HSV(B)63.33º100%28.24%-
XYZ4.75.860.88-
YUV62.692.67131.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.57%
G=51.43%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal687200.06010.7263.3310014.12
Hex444806064483f64e
Octal1041100601441107714416
Binary10001001001000011001100100100100011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444800; }

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

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

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

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

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

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

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

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