#4F6C51

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

Shades of Killarney #4F6C51

Tints of Killarney #4F6C51

Color information

#4F6C51 (or 0x4F6C51) is unknown color: approx Killarney. HEX triplet: 4F, 6C and 51. RGB value is (79,108,81). Sum of RGB (Red+Green+Blue) = 79+108+81=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C51 is #B093AE. Grayscale: #606060. Windows color (decimal): -11572143 or 5336143. OLE color: 5336143.

HSL color Cylindrical-coordinate representation of color #4F6C51: hue angle of 124.14º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F6C51 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB7910881-
CMYK0.2700.250.58
HSL124.14º15.51%36.67%-
HSV(B)124.14º26.85%42.35%-
XYZ10.0712.989.76-
YUV96.25119.39115.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=29.48%
G=40.30%
B=30.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79108810.2700.250.58124.1415.5136.67
Hex4F6C511B0193A7c1025
Octal11715412133031721742045
Binary10011111101100101000111011011001111010111110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F6C51; }

 p { color: rgb(79,108,81); }

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

<style>
 a { background-color: #4F6C51; }

 a { background-color: rgb(79,108,81); }

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

<style>
 span { border-color: #4F6C51; }

 span { border-color: rgb(79,108,81); }

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