#45633D

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

Shades of Green House #45633D

Tints of Green House #45633D

Color information

#45633D (or 0x45633D) is unknown color: approx Green House. HEX triplet: 45, 63 and 3D. RGB value is (69,99,61). Sum of RGB (Red+Green+Blue) = 69+99+61=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #45633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45633D is #BA9CC2. Grayscale: #555555. Windows color (decimal): -12229827 or 4023109. OLE color: 4023109.

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

Color convert

RGB699961-
CMYK0.3000.380.61
HSL107.37º23.75%31.37%-
HSV(B)107.37º38.38%38.82%-
XYZ7.7610.536.04-
YUV85.7114.06116.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=30.13%
G=43.23%
B=26.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999610.3000.380.61107.3723.7531.37
Hex45633D1E0263D6b181f
Octal1051437536046751533037
Binary1000101110001111110111110010011011110111010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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