#3A582C

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

Shades of Green House #3A582C

Tints of Green House #3A582C

Color information

#3A582C (or 0x3A582C) is unknown color: approx Green House. HEX triplet: 3A, 58 and 2C. RGB value is (58,88,44). Sum of RGB (Red+Green+Blue) = 58+88+44=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #3A582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A582C is #C5A7D3. Grayscale: #4A4A4A. Windows color (decimal): -12953556 or 2906170. OLE color: 2906170.

HSL color Cylindrical-coordinate representation of color #3A582C: hue angle of 100.91º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A582C is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB588844-
CMYK0.3400.50.65
HSL100.91º33.33%25.88%-
HSV(B)100.91º50%34.51%-
XYZ5.698.063.64-
YUV74.01111.06116.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=30.53%
G=46.32%
B=23.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888440.3400.50.65100.9133.3325.88
Hex3A582C220324165211a
Octal7213054420621011454132
Binary111010101100010110010001001100101000001110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A582C; }

 p { color: rgb(58,88,44); }

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

<style>
 a { background-color: #3A582C; }

 a { background-color: rgb(58,88,44); }

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

<style>
 span { border-color: #3A582C; }

 span { border-color: rgb(58,88,44); }

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