#46683A

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

Shades of Green House #46683A

Tints of Green House #46683A

Color information

#46683A (or 0x46683A) is unknown color: approx Green House. HEX triplet: 46, 68 and 3A. RGB value is (70,104,58). Sum of RGB (Red+Green+Blue) = 70+104+58=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #46683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46683A is #B997C5. Grayscale: #585858. Windows color (decimal): -12163014 or 3827782. OLE color: 3827782.

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

Color convert

RGB7010458-
CMYK0.3300.440.59
HSL104.35º28.4%31.76%-
HSV(B)104.35º44.23%40.78%-
XYZ8.2411.515.79-
YUV88.59110.74114.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 58 (23.05% from 255) = 25%
R=30.17%
G=44.83%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104580.3300.440.59104.3528.431.76
Hex46683A2102C3B681c20
Octal1061507241054731503440
Binary100011011010001110101000010101100111011110100011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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