#4F8050

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

Shades of Killarney #4F8050

Tints of Killarney #4F8050

Color information

#4F8050 (or 0x4F8050) is unknown color: approx Killarney. HEX triplet: 4F, 80 and 50. RGB value is (79,128,80). Sum of RGB (Red+Green+Blue) = 79+128+80=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #4F8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8050 is #B07FAF. Grayscale: #6C6C6C. Windows color (decimal): -11567024 or 5275727. OLE color: 5275727.

HSL color Cylindrical-coordinate representation of color #4F8050: hue angle of 121.22º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F8050 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB7912880-
CMYK0.3800.380.50
HSL121.22º23.67%40.59%-
HSV(B)121.22º38.28%50.2%-
XYZ12.3917.6810.35-
YUV107.88112.27107.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=27.53%
G=44.60%
B=27.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79128800.3800.380.50121.2223.6740.59
Hex4F80502602632791829
Octal11720012046046621713051
Binary10011111000000010100001001100100110110010111100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,128,80); }

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

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

 a { background-color: rgb(79,128,80); }

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

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

 span { border-color: rgb(79,128,80); }

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