#3C7046

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

Shades of Killarney #3C7046

Tints of Killarney #3C7046

Color information

#3C7046 (or 0x3C7046) is unknown color: approx Killarney. HEX triplet: 3C, 70 and 46. RGB value is (60,112,70). Sum of RGB (Red+Green+Blue) = 60+112+70=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7046 is #C38FB9. Grayscale: #5B5B5B. Windows color (decimal): -12816314 or 4616252. OLE color: 4616252.

HSL color Cylindrical-coordinate representation of color #3C7046: hue angle of 131.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C7046 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB6011270-
CMYK0.4600.380.56
HSL131.54º30.23%33.73%-
HSV(B)131.54º46.43%43.92%-
XYZ8.7612.997.84-
YUV91.66115.77105.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=24.79%
G=46.28%
B=28.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112700.4600.380.56131.5430.2333.73
Hex3C70462E02638841e22
Octal7416010656046702043642
Binary1111001110000100011010111001001101110001000010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,70); }

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

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

 a { background-color: rgb(60,112,70); }

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

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

 span { border-color: rgb(60,112,70); }

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