#3A592D

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

Shades of Green House #3A592D

Tints of Green House #3A592D

Color information

#3A592D (or 0x3A592D) is unknown color: approx Green House. HEX triplet: 3A, 59 and 2D. RGB value is (58,89,45). Sum of RGB (Red+Green+Blue) = 58+89+45=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #3A592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A592D is #C5A6D2. Grayscale: #4A4A4A. Windows color (decimal): -12953299 or 2971962. OLE color: 2971962.

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

Color convert

RGB588945-
CMYK0.3500.490.65
HSL102.27º32.84%26.27%-
HSV(B)102.27º49.44%34.9%-
XYZ5.798.233.77-
YUV74.71111.23116.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=30.21%
G=46.35%
B=23.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889450.3500.490.65102.2732.8426.27
Hex3A592D230314166211a
Octal7213155430611011464132
Binary111010101100110110110001101100011000001110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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