#46683F

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

Shades of Green House #46683F

Tints of Green House #46683F

Color information

#46683F (or 0x46683F) is unknown color: approx Green House. HEX triplet: 46, 68 and 3F. RGB value is (70,104,63). Sum of RGB (Red+Green+Blue) = 70+104+63=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #46683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46683F is #B997C0. Grayscale: #595959. Windows color (decimal): -12163009 or 4155462. OLE color: 4155462.

HSL color Cylindrical-coordinate representation of color #46683F: hue angle of 109.76º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46683F is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB7010463-
CMYK0.3300.390.59
HSL109.76º24.55%32.75%-
HSV(B)109.76º39.42%40.78%-
XYZ8.3711.566.49-
YUV89.16113.24114.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 63 (25% from 255) = 26.58%
R=29.54%
G=43.88%
B=26.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104630.3300.390.59109.7624.5532.75
Hex46683F210273B6e1921
Octal1061507741047731563141
Binary100011011010001111111000010100111111011110111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,104,63); }

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

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

 a { background-color: rgb(70,104,63); }

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

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

 span { border-color: rgb(70,104,63); }

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