#444700

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

Shades of Verdun Green #444700

Tints of Verdun Green #444700

Color information

#444700 (or 0x444700) is unknown color: approx Verdun Green. HEX triplet: 44, 47 and 00. RGB value is (68,71,0). Sum of RGB (Red+Green+Blue) = 68+71+0=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #444700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444700 is #BBB8FF. Grayscale: #3E3E3E. Windows color (decimal): -12302592 or 18244. OLE color: 18244.

HSL color Cylindrical-coordinate representation of color #444700: hue angle of 62.54º 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 #444700 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB68710-
CMYK0.04010.72
HSL62.54º100%13.92%-
HSV(B)62.54º100%27.84%-
XYZ4.645.740.86-
YUV62.0193.01132.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.92%
G=51.08%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal687100.04010.7262.5410013.92
Hex444704064483f64e
Octal1041070401441107714416
Binary10001001000111010001100100100100011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444700; }

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

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

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

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

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

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

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

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