#3A682C

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

Shades of Green House #3A682C

Tints of Green House #3A682C

Color information

#3A682C (or 0x3A682C) is unknown color: approx Green House. HEX triplet: 3A, 68 and 2C. RGB value is (58,104,44). Sum of RGB (Red+Green+Blue) = 58+104+44=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #3A682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A682C is #C597D3. Grayscale: #535353. Windows color (decimal): -12949460 or 2910266. OLE color: 2910266.

HSL color Cylindrical-coordinate representation of color #3A682C: hue angle of 106º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A682C is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB5810444-
CMYK0.4400.580.59
HSL106º40.54%29.02%-
HSV(B)106º57.69%40.78%-
XYZ7.1510.984.13-
YUV83.41105.76109.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=28.16%
G=50.49%
B=21.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58104440.4400.580.5910640.5429.02
Hex3A682C2C03A3B6a291d
Octal721505454072731525135
Binary11101011010001011001011000111010111011110101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,104,44); }

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

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

 a { background-color: rgb(58,104,44); }

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

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

 span { border-color: rgb(58,104,44); }

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