#45613E

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

Shades of Green House #45613E

Tints of Green House #45613E

Color information

#45613E (or 0x45613E) is unknown color: approx Green House. HEX triplet: 45, 61 and 3E. RGB value is (69,97,62). Sum of RGB (Red+Green+Blue) = 69+97+62=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #45613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613E is #BA9EC1. Grayscale: #545454. Windows color (decimal): -12230338 or 4088133. OLE color: 4088133.

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

Color convert

RGB699762-
CMYK0.2900.360.62
HSL108º22.01%31.18%-
HSV(B)108º36.08%38.04%-
XYZ7.610.166.12-
YUV84.64115.22116.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=30.26%
G=42.54%
B=27.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997620.2900.360.6210822.0131.18
Hex45613E1D0243E6c161f
Octal1051417635044761542637
Binary1000101110000111111011101010010011111011011001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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