#445B3B

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

Shades of Green House #445B3B

Tints of Green House #445B3B

Color information

#445B3B (or 0x445B3B) is unknown color: approx Green House. HEX triplet: 44, 5B and 3B. RGB value is (68,91,59). Sum of RGB (Red+Green+Blue) = 68+91+59=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #445B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B3B is #BBA4C4. Grayscale: #505050. Windows color (decimal): -12297413 or 3889988. OLE color: 3889988.

HSL color Cylindrical-coordinate representation of color #445B3B: hue angle of 103.12º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445B3B is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB689159-
CMYK0.2500.350.64
HSL103.12º21.33%29.41%-
HSV(B)103.12º35.16%35.69%-
XYZ6.919.035.52-
YUV80.47115.88119.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=31.19%
G=41.74%
B=27.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891590.2500.350.64103.1221.3329.41
Hex445B3B190234067151d
Octal10413373310431001472535
Binary10001001011011111011110010100011100000011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,91,59); }

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

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

 a { background-color: rgb(68,91,59); }

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

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

 span { border-color: rgb(68,91,59); }

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