#3C6128

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

Shades of Green House #3C6128

Tints of Green House #3C6128

Color information

#3C6128 (or 0x3C6128) is unknown color: approx Green House. HEX triplet: 3C, 61 and 28. RGB value is (60,97,40). Sum of RGB (Red+Green+Blue) = 60+97+40=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6128 is #C39ED7. Grayscale: #4F4F4F. Windows color (decimal): -12820184 or 2646332. OLE color: 2646332.

HSL color Cylindrical-coordinate representation of color #3C6128: hue angle of 98.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6128 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB609740-
CMYK0.3800.590.62
HSL98.95º41.61%26.86%-
HSV(B)98.95º58.76%38.04%-
XYZ6.529.663.53-
YUV79.44105.74114.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=30.46%
G=49.24%
B=20.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097400.3800.590.6298.9541.6126.86
Hex3C61282603B3E632a1b
Octal741415046073761435233
Binary11110011000011010001001100111011111110110001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,40); }

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

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

 a { background-color: rgb(60,97,40); }

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

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

 span { border-color: rgb(60,97,40); }

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