#3A7032

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

Shades of Green House #3A7032

Tints of Green House #3A7032

Color information

#3A7032 (or 0x3A7032) is unknown color: approx Green House. HEX triplet: 3A, 70 and 32. RGB value is (58,112,50). Sum of RGB (Red+Green+Blue) = 58+112+50=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7032 is #C58FCD. Grayscale: #585858. Windows color (decimal): -12947406 or 3305530. OLE color: 3305530.

HSL color Cylindrical-coordinate representation of color #3A7032: hue angle of 112.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A7032 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB5811250-
CMYK0.4800.550.56
HSL112.26º38.27%31.76%-
HSV(B)112.26º55.36%43.92%-
XYZ8.1112.725.04-
YUV88.79106.11106.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=26.36%
G=50.91%
B=22.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112500.4800.550.56112.2638.2731.76
Hex3A70323003738702620
Octal721606260067701604640
Binary111010111000011001011000001101111110001110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,50); }

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

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

 a { background-color: rgb(58,112,50); }

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

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

 span { border-color: rgb(58,112,50); }

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