#4B7A50

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

Shades of Killarney #4B7A50

Tints of Killarney #4B7A50

Color information

#4B7A50 (or 0x4B7A50) is unknown color: approx Killarney. HEX triplet: 4B, 7A and 50. RGB value is (75,122,80). Sum of RGB (Red+Green+Blue) = 75+122+80=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A50 is #B485AF. Grayscale: #676767. Windows color (decimal): -11830704 or 5274187. OLE color: 5274187.

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

Color convert

RGB7512280-
CMYK0.3900.340.52
HSL126.38º23.86%38.63%-
HSV(B)126.38º38.52%47.84%-
XYZ11.3115.9910.08-
YUV103.16114.93107.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=27.08%
G=44.04%
B=28.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75122800.3900.340.52126.3823.8638.63
Hex4B7A5027022347e1827
Octal11317212047042641763047
Binary1001011111101010100001001110100010110100111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,80); }

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

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

 a { background-color: rgb(75,122,80); }

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

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

 span { border-color: rgb(75,122,80); }

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