#3C672C

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

Shades of Green House #3C672C

Tints of Green House #3C672C

Color information

#3C672C (or 0x3C672C) is unknown color: approx Green House. HEX triplet: 3C, 67 and 2C. RGB value is (60,103,44). Sum of RGB (Red+Green+Blue) = 60+103+44=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #3C672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C672C is #C398D3. Grayscale: #535353. Windows color (decimal): -12818644 or 2910012. OLE color: 2910012.

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

Color convert

RGB6010344-
CMYK0.4200.570.60
HSL103.73º40.14%28.82%-
HSV(B)103.73º57.28%40.39%-
XYZ7.1710.844.1-
YUV83.42105.75111.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.99%
GREEN value IS 103 (40.62% from 255) = 49.76%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=28.99%
G=49.76%
B=21.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60103440.4200.570.60103.7340.1428.82
Hex3C672C2A0393C68281d
Octal741475452071741505035
Binary11110011001111011001010100111001111100110100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,103,44); }

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

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

 a { background-color: rgb(60,103,44); }

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

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

 span { border-color: rgb(60,103,44); }

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