#3A592A

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

Shades of Green House #3A592A

Tints of Green House #3A592A

Color information

#3A592A (or 0x3A592A) is unknown color: approx Green House. HEX triplet: 3A, 59 and 2A. RGB value is (58,89,42). Sum of RGB (Red+Green+Blue) = 58+89+42=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #3A592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A592A is #C5A6D5. Grayscale: #4A4A4A. Windows color (decimal): -12953302 or 2775354. OLE color: 2775354.

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

Color convert

RGB588942-
CMYK0.3500.530.65
HSL99.57º35.88%25.69%-
HSV(B)99.57º52.81%34.9%-
XYZ5.748.213.47-
YUV74.37109.73116.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=30.69%
G=47.09%
B=22.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889420.3500.530.6599.5735.8825.69
Hex3A592A230354164241a
Octal7213152430651011444432
Binary111010101100110101010001101101011000001110010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,42); }

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

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

 a { background-color: rgb(58,89,42); }

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

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

 span { border-color: rgb(58,89,42); }

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