#444507

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

Shades of Verdun Green #444507

Tints of Verdun Green #444507

Color information

#444507 (or 0x444507) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 07. RGB value is (68,69,7). Sum of RGB (Red+Green+Blue) = 68+69+7=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #444507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444507 is #BBBAF8. Grayscale: #3D3D3D. Windows color (decimal): -12303097 or 476484. OLE color: 476484.

HSL color Cylindrical-coordinate representation of color #444507: hue angle of 60.97º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #444507 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68697-
CMYK0.0100.900.73
HSL60.97º81.58%14.9%-
HSV(B)60.97º89.86%27.06%-
XYZ4.555.51.02-
YUV61.6397.17132.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=47.22%
G=47.92%
B=4.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686970.0100.900.7360.9781.5814.9
Hex44457105A493d52f
Octal1041057101321117512217
Binary10001001000101111101011010100100111110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444507; }

 p { color: rgb(68,69,7); }

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

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

 a { background-color: rgb(68,69,7); }

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

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

 span { border-color: rgb(68,69,7); }

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