#4B7C56

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

Shades of Killarney #4B7C56

Tints of Killarney #4B7C56

Color information

#4B7C56 (or 0x4B7C56) is unknown color: approx Killarney. HEX triplet: 4B, 7C and 56. RGB value is (75,124,86). Sum of RGB (Red+Green+Blue) = 75+124+86=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7C56 is #B483A9. Grayscale: #696969. Windows color (decimal): -11830186 or 5667915. OLE color: 5667915.

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

Color convert

RGB7512486-
CMYK0.4000.310.51
HSL133.47º24.62%39.02%-
HSV(B)133.47º39.52%48.63%-
XYZ11.7916.5811.38-
YUV105.02117.27106.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=26.32%
G=43.51%
B=30.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75124860.4000.310.51133.4724.6239.02
Hex4B7C562801F33851927
Octal11317412650037632053147
Binary1001011111110010101101010000111111100111000010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,86); }

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

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

 a { background-color: rgb(75,124,86); }

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

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

 span { border-color: rgb(75,124,86); }

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