#415E3A

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

Shades of Green House #415E3A

Tints of Green House #415E3A

Color information

#415E3A (or 0x415E3A) is unknown color: approx Green House. HEX triplet: 41, 5E and 3A. RGB value is (65,94,58). Sum of RGB (Red+Green+Blue) = 65+94+58=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #415E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415E3A is #BEA1C5. Grayscale: #515151. Windows color (decimal): -12493254 or 3825217. OLE color: 3825217.

HSL color Cylindrical-coordinate representation of color #415E3A: hue angle of 108.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415E3A is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB659458-
CMYK0.3100.380.63
HSL108.33º23.68%29.8%-
HSV(B)108.33º38.3%36.86%-
XYZ6.959.435.46-
YUV81.22114.89116.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=29.95%
G=43.32%
B=26.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594580.3100.380.63108.3323.6829.8
Hex415E3A1F0263F6c181e
Octal1011367237046771543036
Binary1000001101111011101011111010011011111111011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E3A; }

 p { color: rgb(65,94,58); }

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

<style>
 a { background-color: #415E3A; }

 a { background-color: rgb(65,94,58); }

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

<style>
 span { border-color: #415E3A; }

 span { border-color: rgb(65,94,58); }

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