#3F6A48

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

Shades of Killarney #3F6A48

Tints of Killarney #3F6A48

Color information

#3F6A48 (or 0x3F6A48) is unknown color: approx Killarney. HEX triplet: 3F, 6A and 48. RGB value is (63,106,72). Sum of RGB (Red+Green+Blue) = 63+106+72=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A48 is #C095B7. Grayscale: #595959. Windows color (decimal): -12621240 or 4745791. OLE color: 4745791.

HSL color Cylindrical-coordinate representation of color #3F6A48: hue angle of 132.56º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A48 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB6310672-
CMYK0.4100.320.58
HSL132.56º25.44%33.14%-
HSV(B)132.56º40.57%41.57%-
XYZ8.3711.837.97-
YUV89.27118.25109.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=26.14%
G=43.98%
B=29.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106720.4100.320.58132.5625.4433.14
Hex3F6A48290203A851921
Octal7715211051040722053141
Binary1111111101010100100010100101000001110101000010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,72); }

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

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

 a { background-color: rgb(63,106,72); }

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

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

 span { border-color: rgb(63,106,72); }

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