#46603A

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

Shades of Green House #46603A

Tints of Green House #46603A

Color information

#46603A (or 0x46603A) is unknown color: approx Green House. HEX triplet: 46, 60 and 3A. RGB value is (70,96,58). Sum of RGB (Red+Green+Blue) = 70+96+58=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #46603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46603A is #B99FC5. Grayscale: #545454. Windows color (decimal): -12165062 or 3825734. OLE color: 3825734.

HSL color Cylindrical-coordinate representation of color #46603A: hue angle of 101.05º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46603A is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB709658-
CMYK0.2700.400.62
HSL101.05º24.68%30.2%-
HSV(B)101.05º39.58%37.65%-
XYZ7.479.975.53-
YUV83.89113.39118.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=31.25%
G=42.86%
B=25.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096580.2700.400.62101.0524.6830.2
Hex46603A1B0283E65191e
Octal1061407233050761453136
Binary1000110110000011101011011010100011111011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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