#3F6F41

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

Shades of Killarney #3F6F41

Tints of Killarney #3F6F41

Color information

#3F6F41 (or 0x3F6F41) is unknown color: approx Killarney. HEX triplet: 3F, 6F and 41. RGB value is (63,111,65). Sum of RGB (Red+Green+Blue) = 63+111+65=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F41 is #C090BE. Grayscale: #5B5B5B. Windows color (decimal): -12619967 or 4288319. OLE color: 4288319.

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

Color convert

RGB6311165-
CMYK0.4300.410.56
HSL122.5º27.59%34.12%-
HSV(B)122.5º43.24%43.53%-
XYZ8.6912.817.02-
YUV91.4113.1107.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=26.36%
G=46.44%
B=27.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111650.4300.410.56122.527.5934.12
Hex3F6F412B029387a1c22
Octal7715710153051701723442
Binary111111110111110000011010110101001111000111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,111,65); }

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

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

 a { background-color: rgb(63,111,65); }

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

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

 span { border-color: rgb(63,111,65); }

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