#3C7048

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

Shades of Killarney #3C7048

Tints of Killarney #3C7048

Color information

#3C7048 (or 0x3C7048) is unknown color: approx Killarney. HEX triplet: 3C, 70 and 48. RGB value is (60,112,72). Sum of RGB (Red+Green+Blue) = 60+112+72=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7048 is #C38FB7. Grayscale: #5C5C5C. Windows color (decimal): -12816312 or 4747324. OLE color: 4747324.

HSL color Cylindrical-coordinate representation of color #3C7048: hue angle of 133.85º 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 #3C7048 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB6011272-
CMYK0.4600.360.56
HSL133.85º30.23%33.73%-
HSV(B)133.85º46.43%43.92%-
XYZ8.8313.028.18-
YUV91.89116.77105.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=24.59%
G=45.90%
B=29.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112720.4600.360.56133.8530.2333.73
Hex3C70482E02438861e22
Octal7416011056044702063642
Binary1111001110000100100010111001001001110001000011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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