#3C7141

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

Shades of Killarney #3C7141

Tints of Killarney #3C7141

Color information

#3C7141 (or 0x3C7141) is unknown color: approx Killarney. HEX triplet: 3C, 71 and 41. RGB value is (60,113,65). Sum of RGB (Red+Green+Blue) = 60+113+65=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7141 is #C38EBE. Grayscale: #5B5B5B. Windows color (decimal): -12816063 or 4288828. OLE color: 4288828.

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

Color convert

RGB6011365-
CMYK0.4700.420.56
HSL125.66º30.64%33.92%-
HSV(B)125.66º46.9%44.31%-
XYZ8.7213.157.08-
YUV91.68112.94105.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 113 (44.53% from 255) = 47.48%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=25.21%
G=47.48%
B=27.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113650.4700.420.56125.6630.6433.92
Hex3C71412F02A387e1f22
Octal7416110157052701763742
Binary111100111000110000011011110101010111000111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,65); }

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

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

 a { background-color: rgb(60,113,65); }

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

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

 span { border-color: rgb(60,113,65); }

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