#46613C

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

Shades of Green House #46613C

Tints of Green House #46613C

Color information

#46613C (or 0x46613C) is unknown color: approx Green House. HEX triplet: 46, 61 and 3C. RGB value is (70,97,60). Sum of RGB (Red+Green+Blue) = 70+97+60=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #46613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46613C is #B99EC3. Grayscale: #545454. Windows color (decimal): -12164804 or 3957062. OLE color: 3957062.

HSL color Cylindrical-coordinate representation of color #46613C: hue angle of 103.78º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46613C is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB709760-
CMYK0.2800.380.62
HSL103.78º23.57%30.78%-
HSV(B)103.78º38.14%38.04%-
XYZ7.6210.185.84-
YUV84.71114.05117.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=30.84%
G=42.73%
B=26.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097600.2800.380.62103.7823.5730.78
Hex46613C1C0263E68181f
Octal1061417434046761503037
Binary1000110110000111110011100010011011111011010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46613C; }

 p { color: rgb(70,97,60); }

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

<style>
 a { background-color: #46613C; }

 a { background-color: rgb(70,97,60); }

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

<style>
 span { border-color: #46613C; }

 span { border-color: rgb(70,97,60); }

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