#46603D

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

Shades of Green House #46603D

Tints of Green House #46603D

Color information

#46603D (or 0x46603D) is unknown color: approx Green House. HEX triplet: 46, 60 and 3D. RGB value is (70,96,61). Sum of RGB (Red+Green+Blue) = 70+96+61=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #46603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46603D is #B99FC2. Grayscale: #545454. Windows color (decimal): -12165059 or 4022342. OLE color: 4022342.

HSL color Cylindrical-coordinate representation of color #46603D: hue angle of 104.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46603D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB709661-
CMYK0.2700.360.62
HSL104.57º22.29%30.78%-
HSV(B)104.57º36.46%37.65%-
XYZ7.55105.95-
YUV84.24114.89117.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=30.84%
G=42.29%
B=26.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096610.2700.360.62104.5722.2930.78
Hex46603D1B0243E69161f
Octal1061407533044761512637
Binary1000110110000011110111011010010011111011010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46603D; }

 p { color: rgb(70,96,61); }

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

<style>
 a { background-color: #46603D; }

 a { background-color: rgb(70,96,61); }

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

<style>
 span { border-color: #46603D; }

 span { border-color: rgb(70,96,61); }

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