#4B764E

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

Shades of Killarney #4B764E

Tints of Killarney #4B764E

Color information

#4B764E (or 0x4B764E) is unknown color: approx Killarney. HEX triplet: 4B, 76 and 4E. RGB value is (75,118,78). Sum of RGB (Red+Green+Blue) = 75+118+78=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #4B764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B764E is #B489B1. Grayscale: #646464. Windows color (decimal): -11831730 or 5142091. OLE color: 5142091.

HSL color Cylindrical-coordinate representation of color #4B764E: hue angle of 124.19º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B764E is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB7511878-
CMYK0.3600.340.54
HSL124.19º22.28%37.84%-
HSV(B)124.19º36.44%46.27%-
XYZ10.76159.54-
YUV100.58115.25109.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=27.68%
G=43.54%
B=28.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75118780.3600.340.54124.1922.2837.84
Hex4B764E24022367c1626
Octal11316611644042661742646
Binary1001011111011010011101001000100010110110111110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,118,78); }

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

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

 a { background-color: rgb(75,118,78); }

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

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

 span { border-color: rgb(75,118,78); }

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