#4B7755

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

Shades of Killarney #4B7755

Tints of Killarney #4B7755

Color information

#4B7755 (or 0x4B7755) is unknown color: approx Killarney. HEX triplet: 4B, 77 and 55. RGB value is (75,119,85). Sum of RGB (Red+Green+Blue) = 75+119+85=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7755 is #B488AA. Grayscale: #666666. Windows color (decimal): -11831467 or 5601099. OLE color: 5601099.

HSL color Cylindrical-coordinate representation of color #4B7755: hue angle of 133.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7755 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB7511985-
CMYK0.3700.290.53
HSL133.64º22.68%38.04%-
HSV(B)133.64º36.97%46.67%-
XYZ11.1415.3510.97-
YUV101.97118.42108.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=26.88%
G=42.65%
B=30.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119850.3700.290.53133.6422.6838.04
Hex4B77552501D35861726
Octal11316712545035652062746
Binary1001011111011110101011001010111011101011000011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,85); }

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

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

 a { background-color: rgb(75,119,85); }

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

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

 span { border-color: rgb(75,119,85); }

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