#44420C

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

Shades of Verdun Green #44420C

Tints of Verdun Green #44420C

Color information

#44420C (or 0x44420C) is unknown color: approx Verdun Green. HEX triplet: 44, 42 and 0C. RGB value is (68,66,12). Sum of RGB (Red+Green+Blue) = 68+66+12=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420C is #BBBDF3. Grayscale: #3C3C3C. Windows color (decimal): -12303860 or 803396. OLE color: 803396.

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

Color convert

RGB686612-
CMYK00.030.820.73
HSL57.86º70%15.69%-
HSV(B)57.86º82.35%26.67%-
XYZ4.45.151.11-
YUV60.44100.66133.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=46.58%
G=45.21%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68661200.030.820.7357.867015.69
Hex4442C0352493a4610
Octal10410214031221117210620
Binary10001001000010110001110100101001001111010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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