#45633B

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

Shades of Green House #45633B

Tints of Green House #45633B

Color information

#45633B (or 0x45633B) is unknown color: approx Green House. HEX triplet: 45, 63 and 3B. RGB value is (69,99,59). Sum of RGB (Red+Green+Blue) = 69+99+59=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #45633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45633B is #BA9CC4. Grayscale: #555555. Windows color (decimal): -12229829 or 3892037. OLE color: 3892037.

HSL color Cylindrical-coordinate representation of color #45633B: hue angle of 105º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45633B is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB699959-
CMYK0.3000.400.61
HSL105º25.32%30.98%-
HSV(B)105º40.4%38.82%-
XYZ7.7110.55.76-
YUV85.47113.06116.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=30.40%
G=43.61%
B=25.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999590.3000.400.6110525.3230.98
Hex45633B1E0283D69191f
Octal1051437336050751513137
Binary1000101110001111101111110010100011110111010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45633B; }

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

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

<style>
 a { background-color: #45633B; }

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

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

<style>
 span { border-color: #45633B; }

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

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