#45613F

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

Shades of Green House #45613F

Tints of Green House #45613F

Color information

#45613F (or 0x45613F) is unknown color: approx Green House. HEX triplet: 45, 61 and 3F. RGB value is (69,97,63). Sum of RGB (Red+Green+Blue) = 69+97+63=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #45613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613F is #BA9EC0. Grayscale: #545454. Windows color (decimal): -12230337 or 4153669. OLE color: 4153669.

HSL color Cylindrical-coordinate representation of color #45613F: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #45613F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB699763-
CMYK0.2900.350.62
HSL109.41º21.25%31.37%-
HSV(B)109.41º35.05%38.04%-
XYZ7.6310.176.26-
YUV84.75115.72116.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 63 (25% from 255) = 27.51%
R=30.13%
G=42.36%
B=27.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997630.2900.350.62109.4121.2531.37
Hex45613F1D0233E6d151f
Octal1051417735043761552537
Binary1000101110000111111111101010001111111011011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45613F; }

 p { color: rgb(69,97,63); }

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

<style>
 a { background-color: #45613F; }

 a { background-color: rgb(69,97,63); }

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

<style>
 span { border-color: #45613F; }

 span { border-color: rgb(69,97,63); }

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