#46693E

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

Shades of Green House #46693E

Tints of Green House #46693E

Color information

#46693E (or 0x46693E) is unknown color: approx Green House. HEX triplet: 46, 69 and 3E. RGB value is (70,105,62). Sum of RGB (Red+Green+Blue) = 70+105+62=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #46693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46693E is #B996C1. Grayscale: #595959. Windows color (decimal): -12162754 or 4090182. OLE color: 4090182.

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

Color convert

RGB7010562-
CMYK0.3300.410.59
HSL108.84º25.75%32.75%-
HSV(B)108.84º40.95%41.18%-
XYZ8.4511.756.38-
YUV89.63112.4114-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=29.54%
G=44.30%
B=26.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105620.3300.410.59108.8425.7532.75
Hex46693E210293B6d1a21
Octal1061517641051731553241
Binary100011011010011111101000010101001111011110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,105,62); }

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

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

 a { background-color: rgb(70,105,62); }

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

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

 span { border-color: rgb(70,105,62); }

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