#4F8450

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

Shades of Killarney #4F8450

Tints of Killarney #4F8450

Color information

#4F8450 (or 0x4F8450) is unknown color: approx Killarney. HEX triplet: 4F, 84 and 50. RGB value is (79,132,80). Sum of RGB (Red+Green+Blue) = 79+132+80=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8450 is #B07BAF. Grayscale: #6E6E6E. Windows color (decimal): -11566000 or 5276751. OLE color: 5276751.

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

Color convert

RGB7913280-
CMYK0.4000.390.48
HSL121.13º25.12%41.37%-
HSV(B)121.13º40.15%51.76%-
XYZ12.9218.7410.53-
YUV110.22110.94105.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.15%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=27.15%
G=45.36%
B=27.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132800.4000.390.48121.1325.1241.37
Hex4F84502802730791929
Octal11720412050047601713151
Binary10011111000010010100001010000100111110000111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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