#3F6A49

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

Shades of Killarney #3F6A49

Tints of Killarney #3F6A49

Color information

#3F6A49 (or 0x3F6A49) is unknown color: approx Killarney. HEX triplet: 3F, 6A and 49. RGB value is (63,106,73). Sum of RGB (Red+Green+Blue) = 63+106+73=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A49 is #C095B6. Grayscale: #595959. Windows color (decimal): -12621239 or 4811327. OLE color: 4811327.

HSL color Cylindrical-coordinate representation of color #3F6A49: hue angle of 133.95º 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 #3F6A49 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB6310673-
CMYK0.4100.310.58
HSL133.95º25.44%33.14%-
HSV(B)133.95º40.57%41.57%-
XYZ8.4111.858.15-
YUV89.38118.75109.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=26.03%
G=43.80%
B=30.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106730.4100.310.58133.9525.4433.14
Hex3F6A492901F3A861921
Octal7715211151037722063141
Binary111111110101010010011010010111111110101000011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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