#45593C

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

Shades of Green House #45593C

Tints of Green House #45593C

Color information

#45593C (or 0x45593C) is unknown color: approx Green House. HEX triplet: 45, 59 and 3C. RGB value is (69,89,60). Sum of RGB (Red+Green+Blue) = 69+89+60=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #45593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45593C is #BAA6C3. Grayscale: #4F4F4F. Windows color (decimal): -12232388 or 3955013. OLE color: 3955013.

HSL color Cylindrical-coordinate representation of color #45593C: hue angle of 101.38º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45593C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB698960-
CMYK0.2200.330.65
HSL101.38º19.46%29.22%-
HSV(B)101.38º32.58%34.9%-
XYZ6.848.745.6-
YUV79.71116.87120.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=31.65%
G=40.83%
B=27.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989600.2200.330.65101.3819.4629.22
Hex45593C160214165131d
Octal10513174260411011452335
Binary10001011011001111100101100100001100000111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,89,60); }

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

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

 a { background-color: rgb(69,89,60); }

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

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

 span { border-color: rgb(69,89,60); }

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