#3F6949

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

Shades of Killarney #3F6949

Tints of Killarney #3F6949

Color information

#3F6949 (or 0x3F6949) is unknown color: approx Killarney. HEX triplet: 3F, 69 and 49. RGB value is (63,105,73). Sum of RGB (Red+Green+Blue) = 63+105+73=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6949 is #C096B6. Grayscale: #585858. Windows color (decimal): -12621495 or 4811071. OLE color: 4811071.

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

Color convert

RGB6310573-
CMYK0.400.300.59
HSL134.29º25%32.94%-
HSV(B)134.29º40%41.18%-
XYZ8.311.648.11-
YUV88.79119.09109.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=26.14%
G=43.57%
B=30.29%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105730.400.300.59134.292532.94
Hex3F69492801E3B861921
Octal7715111150036732063141
Binary111111110100110010011010000111101110111000011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,73); }

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

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

 a { background-color: rgb(63,105,73); }

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

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

 span { border-color: rgb(63,105,73); }

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