#3F704C

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

Shades of Killarney #3F704C

Tints of Killarney #3F704C

Color information

#3F704C (or 0x3F704C) is unknown color: approx Killarney. HEX triplet: 3F, 70 and 4C. RGB value is (63,112,76). Sum of RGB (Red+Green+Blue) = 63+112+76=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #3F704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F704C is #C08FB3. Grayscale: #5D5D5D. Windows color (decimal): -12619700 or 5009471. OLE color: 5009471.

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

Color convert

RGB6311276-
CMYK0.4400.320.56
HSL135.92º28%34.31%-
HSV(B)135.92º43.75%43.92%-
XYZ9.1513.178.9-
YUV93.24118.27106.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=25.10%
G=44.62%
B=30.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112760.4400.320.56135.922834.31
Hex3F704C2C02038881c22
Octal7716011454040702103442
Binary1111111110000100110010110001000001110001000100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,76); }

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

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

 a { background-color: rgb(63,112,76); }

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

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

 span { border-color: rgb(63,112,76); }

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