#3A7231

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

Shades of Green House #3A7231

Tints of Green House #3A7231

Color information

#3A7231 (or 0x3A7231) is unknown color: approx Green House. HEX triplet: 3A, 72 and 31. RGB value is (58,114,49). Sum of RGB (Red+Green+Blue) = 58+114+49=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7231 is #C58DCE. Grayscale: #5A5A5A. Windows color (decimal): -12946895 or 3240506. OLE color: 3240506.

HSL color Cylindrical-coordinate representation of color #3A7231: hue angle of 111.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7231 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5811449-
CMYK0.4900.570.55
HSL111.69º39.88%31.96%-
HSV(B)111.69º57.02%44.71%-
XYZ8.3213.165.01-
YUV89.85104.95105.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=26.24%
G=51.58%
B=22.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114490.4900.570.55111.6939.8831.96
Hex3A72313103937702820
Octal721626161071671605040
Binary111010111001011000111000101110011101111110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,114,49); }

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

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

 a { background-color: rgb(58,114,49); }

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

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

 span { border-color: rgb(58,114,49); }

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