#3A612D

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

Shades of Green House #3A612D

Tints of Green House #3A612D

Color information

#3A612D (or 0x3A612D) is unknown color: approx Green House. HEX triplet: 3A, 61 and 2D. RGB value is (58,97,45). Sum of RGB (Red+Green+Blue) = 58+97+45=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #3A612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A612D is #C59ED2. Grayscale: #4F4F4F. Windows color (decimal): -12951251 or 2974010. OLE color: 2974010.

HSL color Cylindrical-coordinate representation of color #3A612D: hue angle of 105º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A612D is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB589745-
CMYK0.4000.540.62
HSL105º36.62%27.84%-
HSV(B)105º53.61%38.04%-
XYZ6.499.644-
YUV79.41108.58112.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=29%
G=48.5%
B=22.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897450.4000.540.6210536.6227.84
Hex3A612D280363E69251c
Octal721415550066761514534
Binary11101011000011011011010000110110111110110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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