#3B7134

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

Shades of Green House #3B7134

Tints of Green House #3B7134

Color information

#3B7134 (or 0x3B7134) is unknown color: approx Green House. HEX triplet: 3B, 71 and 34. RGB value is (59,113,52). Sum of RGB (Red+Green+Blue) = 59+113+52=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7134 is #C48ECB. Grayscale: #5A5A5A. Windows color (decimal): -12881612 or 3436859. OLE color: 3436859.

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

Color convert

RGB5911352-
CMYK0.4800.540.56
HSL113.11º36.97%32.35%-
HSV(B)113.11º53.98%44.31%-
XYZ8.3312.995.32-
YUV89.9106.61105.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=26.34%
G=50.45%
B=23.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113520.4800.540.56113.1136.9732.35
Hex3B71343003638712520
Octal731616460066701614540
Binary111011111000111010011000001101101110001110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,113,52); }

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

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

 a { background-color: rgb(59,113,52); }

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

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

 span { border-color: rgb(59,113,52); }

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