#3C682A

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

Shades of Green House #3C682A

Tints of Green House #3C682A

Color information

#3C682A (or 0x3C682A) is unknown color: approx Green House. HEX triplet: 3C, 68 and 2A. RGB value is (60,104,42). Sum of RGB (Red+Green+Blue) = 60+104+42=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #3C682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C682A is #C397D5. Grayscale: #535353. Windows color (decimal): -12818390 or 2779196. OLE color: 2779196.

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

Color convert

RGB6010442-
CMYK0.4200.600.59
HSL102.58º42.47%28.63%-
HSV(B)102.58º59.62%40.78%-
XYZ7.2311.033.94-
YUV83.78104.42111.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=29.13%
G=50.49%
B=20.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60104420.4200.600.59102.5842.4728.63
Hex3C682A2A03C3B672a1d
Octal741505252074731475235
Binary11110011010001010101010100111100111011110011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,42); }

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

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

 a { background-color: rgb(60,104,42); }

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

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

 span { border-color: rgb(60,104,42); }

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