#4F6A52

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

Shades of Killarney #4F6A52

Tints of Killarney #4F6A52

Color information

#4F6A52 (or 0x4F6A52) is unknown color: approx Killarney. HEX triplet: 4F, 6A and 52. RGB value is (79,106,82). Sum of RGB (Red+Green+Blue) = 79+106+82=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A52 is #B095AD. Grayscale: #5F5F5F. Windows color (decimal): -11572654 or 5401167. OLE color: 5401167.

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

Color convert

RGB7910682-
CMYK0.2500.230.58
HSL126.67º14.59%36.27%-
HSV(B)126.67º25.47%41.57%-
XYZ9.912.589.89-
YUV95.19120.55116.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=29.59%
G=39.70%
B=30.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79106820.2500.230.58126.6714.5936.27
Hex4F6A52190173A7ff24
Octal11715212231027721771744
Binary1001111110101010100101100101011111101011111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,82); }

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

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

 a { background-color: rgb(79,106,82); }

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

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

 span { border-color: rgb(79,106,82); }

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