#4F804D

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

Shades of Killarney #4F804D

Tints of Killarney #4F804D

Color information

#4F804D (or 0x4F804D) is unknown color: approx Killarney. HEX triplet: 4F, 80 and 4D. RGB value is (79,128,77). Sum of RGB (Red+Green+Blue) = 79+128+77=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #4F804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F804D is #B07FB2. Grayscale: #6B6B6B. Windows color (decimal): -11567027 or 5079119. OLE color: 5079119.

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

Color convert

RGB7912877-
CMYK0.3800.400.50
HSL117.65º24.88%40.2%-
HSV(B)117.65º39.84%50.2%-
XYZ12.2817.649.78-
YUV107.54110.77107.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=27.82%
G=45.07%
B=27.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79128770.3800.400.50117.6524.8840.2
Hex4F804D2602832761928
Octal11720011546050621663150
Binary10011111000000010011011001100101000110010111011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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