#445E3A

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

Shades of Green House #445E3A

Tints of Green House #445E3A

Color information

#445E3A (or 0x445E3A) is unknown color: approx Green House. HEX triplet: 44, 5E and 3A. RGB value is (68,94,58). Sum of RGB (Red+Green+Blue) = 68+94+58=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #445E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E3A is #BBA1C5. Grayscale: #525252. Windows color (decimal): -12296646 or 3825220. OLE color: 3825220.

HSL color Cylindrical-coordinate representation of color #445E3A: hue angle of 103.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445E3A is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB689458-
CMYK0.2800.380.63
HSL103.33º23.68%29.8%-
HSV(B)103.33º38.3%36.86%-
XYZ7.159.545.47-
YUV82.12114.39117.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=30.91%
G=42.73%
B=26.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894580.2800.380.63103.3323.6829.8
Hex445E3A1C0263F67181e
Octal1041367234046771473036
Binary1000100101111011101011100010011011111111001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E3A; }

 p { color: rgb(68,94,58); }

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

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

 a { background-color: rgb(68,94,58); }

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

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

 span { border-color: rgb(68,94,58); }

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