#3F704D

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

Shades of Killarney #3F704D

Tints of Killarney #3F704D

Color information

#3F704D (or 0x3F704D) is unknown color: approx Killarney. HEX triplet: 3F, 70 and 4D. RGB value is (63,112,77). Sum of RGB (Red+Green+Blue) = 63+112+77=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #3F704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F704D is #C08FB2. Grayscale: #5D5D5D. Windows color (decimal): -12619699 or 5075007. OLE color: 5075007.

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

Color convert

RGB6311277-
CMYK0.4400.310.56
HSL137.14º28%34.31%-
HSV(B)137.14º43.75%43.92%-
XYZ9.1813.189.08-
YUV93.36118.77106.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=25%
G=44.44%
B=30.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112770.4400.310.56137.142834.31
Hex3F704D2C01F38891c22
Octal7716011554037702113442
Binary111111111000010011011011000111111110001000100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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