#44420A

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

Shades of Verdun Green #44420A

Tints of Verdun Green #44420A

Color information

#44420A (or 0x44420A) is unknown color: approx Verdun Green. HEX triplet: 44, 42 and 0A. RGB value is (68,66,10). Sum of RGB (Red+Green+Blue) = 68+66+10=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420A is #BBBDF5. Grayscale: #3C3C3C. Windows color (decimal): -12303862 or 672324. OLE color: 672324.

HSL color Cylindrical-coordinate representation of color #44420A: hue angle of 57.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44420A is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB686610-
CMYK00.030.850.73
HSL57.93º74.36%15.29%-
HSV(B)57.93º85.29%26.67%-
XYZ4.395.151.05-
YUV60.2199.66133.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=47.22%
G=45.83%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68661000.030.850.7357.9374.3615.29
Hex4442A0355493a4af
Octal10410212031251117211217
Binary1000100100001010100111010101100100111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44420A; }

 p { color: rgb(68,66,10); }

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

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

 a { background-color: rgb(68,66,10); }

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

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

 span { border-color: rgb(68,66,10); }

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