#445F3A

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

Shades of Green House #445F3A

Tints of Green House #445F3A

Color information

#445F3A (or 0x445F3A) is unknown color: approx Green House. HEX triplet: 44, 5F and 3A. RGB value is (68,95,58). Sum of RGB (Red+Green+Blue) = 68+95+58=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #445F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F3A is #BBA0C5. Grayscale: #525252. Windows color (decimal): -12296390 or 3825476. OLE color: 3825476.

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

Color convert

RGB689558-
CMYK0.2800.390.63
HSL103.78º24.18%30%-
HSV(B)103.78º38.95%37.25%-
XYZ7.249.725.5-
YUV82.71114.05117.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=30.77%
G=42.99%
B=26.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6895580.2800.390.63103.7824.1830
Hex445F3A1C0273F68181e
Octal1041377234047771503036
Binary1000100101111111101011100010011111111111010001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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