#455B3B

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

Shades of Green House #455B3B

Tints of Green House #455B3B

Color information

#455B3B (or 0x455B3B) is unknown color: approx Green House. HEX triplet: 45, 5B and 3B. RGB value is (69,91,59). Sum of RGB (Red+Green+Blue) = 69+91+59=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #455B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B3B is #BAA4C4. Grayscale: #505050. Windows color (decimal): -12231877 or 3889989. OLE color: 3889989.

HSL color Cylindrical-coordinate representation of color #455B3B: hue angle of 101.25º 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 #455B3B is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB699159-
CMYK0.2400.350.64
HSL101.25º21.33%29.41%-
HSV(B)101.25º35.16%35.69%-
XYZ6.989.065.52-
YUV80.77115.71119.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 91 (35.94% from 255) = 41.55%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=31.51%
G=41.55%
B=26.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991590.2400.350.64101.2521.3329.41
Hex455B3B180234065151d
Octal10513373300431001452535
Binary10001011011011111011110000100011100000011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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