#46643A

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

Shades of Green House #46643A

Tints of Green House #46643A

Color information

#46643A (or 0x46643A) is unknown color: approx Green House. HEX triplet: 46, 64 and 3A. RGB value is (70,100,58). Sum of RGB (Red+Green+Blue) = 70+100+58=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #46643A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46643A is #B99BC5. Grayscale: #565656. Windows color (decimal): -12164038 or 3826758. OLE color: 3826758.

HSL color Cylindrical-coordinate representation of color #46643A: hue angle of 102.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46643A is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB7010058-
CMYK0.3000.420.61
HSL102.86º26.58%30.98%-
HSV(B)102.86º42%39.22%-
XYZ7.8510.725.66-
YUV86.24112.06116.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=30.70%
G=43.86%
B=25.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100580.3000.420.61102.8626.5830.98
Hex46643A1E02A3D671b1f
Octal1061447236052751473337
Binary1000110110010011101011110010101011110111001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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