#416C3A

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

Shades of Green House #416C3A

Tints of Green House #416C3A

Color information

#416C3A (or 0x416C3A) is unknown color: approx Green House. HEX triplet: 41, 6C and 3A. RGB value is (65,108,58). Sum of RGB (Red+Green+Blue) = 65+108+58=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #416C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C3A is #BE93C5. Grayscale: #595959. Windows color (decimal): -12489670 or 3828801. OLE color: 3828801.

HSL color Cylindrical-coordinate representation of color #416C3A: hue angle of 111.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #416C3A is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB6510858-
CMYK0.4000.460.58
HSL111.6º30.12%32.55%-
HSV(B)111.6º46.3%42.35%-
XYZ8.3112.155.91-
YUV89.44110.25110.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=28.14%
G=46.75%
B=25.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65108580.4000.460.58111.630.1232.55
Hex416C3A2802E3A701e21
Octal1011547250056721603641
Binary100000111011001110101010000101110111010111000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416C3A; }

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

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

<style>
 a { background-color: #416C3A; }

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

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

<style>
 span { border-color: #416C3A; }

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

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