#46623C

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

Shades of Green House #46623C

Tints of Green House #46623C

Color information

#46623C (or 0x46623C) is unknown color: approx Green House. HEX triplet: 46, 62 and 3C. RGB value is (70,98,60). Sum of RGB (Red+Green+Blue) = 70+98+60=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #46623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46623C is #B99DC3. Grayscale: #555555. Windows color (decimal): -12164548 or 3957318. OLE color: 3957318.

HSL color Cylindrical-coordinate representation of color #46623C: hue angle of 104.21º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46623C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB709860-
CMYK0.2900.390.62
HSL104.21º24.05%30.98%-
HSV(B)104.21º38.78%38.43%-
XYZ7.7110.365.87-
YUV85.3113.72117.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=30.70%
G=42.98%
B=26.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098600.2900.390.62104.2124.0530.98
Hex46623C1D0273E68181f
Octal1061427435047761503037
Binary1000110110001011110011101010011111111011010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46623C; }

 p { color: rgb(70,98,60); }

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

<style>
 a { background-color: #46623C; }

 a { background-color: rgb(70,98,60); }

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

<style>
 span { border-color: #46623C; }

 span { border-color: rgb(70,98,60); }

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