#3F864B

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

Shades of Killarney #3F864B

Tints of Killarney #3F864B

Color information

#3F864B (or 0x3F864B) is unknown color: approx Killarney. HEX triplet: 3F, 86 and 4B. RGB value is (63,134,75). Sum of RGB (Red+Green+Blue) = 63+134+75=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #3F864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F864B is #C079B4. Grayscale: #6A6A6A. Windows color (decimal): -12614069 or 4949567. OLE color: 4949567.

HSL color Cylindrical-coordinate representation of color #3F864B: hue angle of 130.14º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F864B is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB6313475-
CMYK0.5300.440.47
HSL130.14º36.04%38.63%-
HSV(B)130.14º52.99%52.55%-
XYZ11.8418.619.63-
YUV106.04110.4897.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=23.16%
G=49.26%
B=27.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63134750.5300.440.47130.1436.0438.63
Hex3F864B3502C2F822427
Octal7720611365054572024447
Binary111111100001101001011110101010110010111110000010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,75); }

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

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

 a { background-color: rgb(63,134,75); }

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

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

 span { border-color: rgb(63,134,75); }

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