#44450C

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

Shades of Verdun Green #44450C

Tints of Verdun Green #44450C

Color information

#44450C (or 0x44450C) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 0C. RGB value is (68,69,12). Sum of RGB (Red+Green+Blue) = 68+69+12=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #44450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44450C is #BBBAF3. Grayscale: #3E3E3E. Windows color (decimal): -12303092 or 804164. OLE color: 804164.

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

Color convert

RGB686912-
CMYK0.0100.830.73
HSL61.05º70.37%15.88%-
HSV(B)61.05º82.61%27.06%-
XYZ4.585.511.17-
YUV62.299.67132.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=45.64%
G=46.31%
B=8.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869120.0100.830.7361.0570.3715.88
Hex4445C1053493d4610
Octal10410514101231117510620
Binary1000100100010111001010100111001001111101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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