#4F8250

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

Shades of Killarney #4F8250

Tints of Killarney #4F8250

Color information

#4F8250 (or 0x4F8250) is unknown color: approx Killarney. HEX triplet: 4F, 82 and 50. RGB value is (79,130,80). Sum of RGB (Red+Green+Blue) = 79+130+80=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8250 is #B07DAF. Grayscale: #6D6D6D. Windows color (decimal): -11566512 or 5276239. OLE color: 5276239.

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

Color convert

RGB7913080-
CMYK0.3900.380.49
HSL121.18º24.4%40.98%-
HSV(B)121.18º39.23%50.98%-
XYZ12.6618.2110.44-
YUV109.05111.6106.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=27.34%
G=44.98%
B=27.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79130800.3900.380.49121.1824.440.98
Hex4F82502702631791829
Octal11720212047046611713051
Binary10011111000001010100001001110100110110001111100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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