#3A712D

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

Shades of Green House #3A712D

Tints of Green House #3A712D

Color information

#3A712D (or 0x3A712D) is unknown color: approx Green House. HEX triplet: 3A, 71 and 2D. RGB value is (58,113,45). Sum of RGB (Red+Green+Blue) = 58+113+45=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #3A712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A712D is #C58ED2. Grayscale: #595959. Windows color (decimal): -12947155 or 2978106. OLE color: 2978106.

HSL color Cylindrical-coordinate representation of color #3A712D: hue angle of 108.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A712D is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB5811345-
CMYK0.4900.600.56
HSL108.53º43.04%30.98%-
HSV(B)108.53º60.18%44.31%-
XYZ8.1212.94.54-
YUV88.8103.28106.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=26.85%
G=52.31%
B=20.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58113450.4900.600.56108.5343.0430.98
Hex3A712D3103C386d2b1f
Octal721615561074701555337
Binary11101011100011011011100010111100111000110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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