Shades of Killarney #4D814D
Tints of Killarney #4D814D
RGB
CMYK
RGB Variations
Color information
#4D814D (or 0x4D814D) is known color: Killarney. HEX triplet: 4D, 81 and 4D. RGB value is (77,129,77). Sum of RGB (Red+Green+Blue) = 77+129+77=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #4D814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D814D is #B27EB2. Grayscale: #6B6B6B. Windows color (decimal): -11697843 or 5079373. OLE color: 5079373.
HSL color Cylindrical-coordinate representation of color #4D814D: hue angle of 120º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D814D is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
RGB | 77 | 129 | 77 | - |
CMYK | 0.40 | 0 | 0.40 | 0.49 |
HSL | 120º | 0.25% | 0.4% | - |
HSV(B) | 120º | 0.4% | 0.51% | - |
XYZ | 12.25 | 17.81 | 9.81 | - |
YUV | 107.52 | 110.77 | 106.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 129 | 77 | 0.40 | 0 | 0.40 | 0.49 | 120 | 0.25 | 0.4 |
Hex | 4D | 81 | 4D | 28 | 0 | 28 | 31 | 78 | 19 | 28 |
Octal | 115 | 201 | 115 | 50 | 0 | 50 | 61 | 170 | 31 | 50 |
Binary | 1001101 | 10000001 | 1001101 | 101000 | 0 | 101000 | 110001 | 1111000 | 11001 | 101000 |
Color Harmonies of #4D814D
Complementary color
Monochromatic Colors of #4D814D
Black with #4D814D
Text Example
Text Example
White with #4D814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D814D; }
p { color: rgb(77,129,77); }
H1.HeaderClassName
{
color: #4D814D;
}
.AnyTagClassName
{
color: #4D814D;
}
</style>
background-color css
<style>
a { background-color: #4D814D; }
a { background-color: rgb(77,129,77); }
div.DivClassName
{
background-color: #4D814D;
}
.BgClassName
{
background-color: #4D814D;
}
</style>
border-color css
<style>
span { border-color: #4D814D; }
span { border-color: rgb(77,129,77); }
td.TdClassName
{
border-color: #4D814D;
}
.TagClassName
{
border-color: #4D814D;
}
</style>