#3F6948

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

Shades of Killarney #3F6948

Tints of Killarney #3F6948

Color information

#3F6948 (or 0x3F6948) is unknown color: approx Killarney. HEX triplet: 3F, 69 and 48. RGB value is (63,105,72). Sum of RGB (Red+Green+Blue) = 63+105+72=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6948 is #C096B7. Grayscale: #585858. Windows color (decimal): -12621496 or 4745535. OLE color: 4745535.

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

Color convert

RGB6310572-
CMYK0.400.310.59
HSL132.86º25%32.94%-
HSV(B)132.86º40%41.18%-
XYZ8.2711.637.94-
YUV88.68118.59109.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 72 (28.52% from 255) = 30%
R=26.25%
G=43.75%
B=30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105720.400.310.59132.862532.94
Hex3F69482801F3B851921
Octal7715111050037732053141
Binary111111110100110010001010000111111110111000010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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