#4F8558

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

Shades of Killarney #4F8558

Tints of Killarney #4F8558

Color information

#4F8558 (or 0x4F8558) is unknown color: approx Killarney. HEX triplet: 4F, 85 and 58. RGB value is (79,133,88). Sum of RGB (Red+Green+Blue) = 79+133+88=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8558 is #B07AA7. Grayscale: #6F6F6F. Windows color (decimal): -11565736 or 5801295. OLE color: 5801295.

HSL color Cylindrical-coordinate representation of color #4F8558: hue angle of 130º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8558 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB7913388-
CMYK0.4100.340.48
HSL130º25.47%41.57%-
HSV(B)130º40.6%52.16%-
XYZ13.3719.1412.22-
YUV111.72114.61104.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=26.33%
G=44.33%
B=29.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79133880.4100.340.4813025.4741.57
Hex4F8558290223082192a
Octal11720513051042602023152
Binary100111110000101101100010100101000101100001000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,88); }

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

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

 a { background-color: rgb(79,133,88); }

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

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

 span { border-color: rgb(79,133,88); }

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