#3A5930

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

Shades of Green House #3A5930

Tints of Green House #3A5930

Color information

#3A5930 (or 0x3A5930) is unknown color: approx Green House. HEX triplet: 3A, 59 and 30. RGB value is (58,89,48). Sum of RGB (Red+Green+Blue) = 58+89+48=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5930 is #C5A6CF. Grayscale: #4B4B4B. Windows color (decimal): -12953296 or 3168570. OLE color: 3168570.

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

Color convert

RGB588948-
CMYK0.3500.460.65
HSL105.37º29.93%26.86%-
HSV(B)105.37º46.07%34.9%-
XYZ5.858.264.08-
YUV75.06112.73115.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.74%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=29.74%
G=45.64%
B=24.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889480.3500.460.65105.3729.9326.86
Hex3A59302302E41691e1b
Octal7213160430561011513633
Binary11101010110011100001000110101110100000111010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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