#4B7051

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

Shades of Killarney #4B7051

Tints of Killarney #4B7051

Color information

#4B7051 (or 0x4B7051) is unknown color: approx Killarney. HEX triplet: 4B, 70 and 51. RGB value is (75,112,81). Sum of RGB (Red+Green+Blue) = 75+112+81=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7051 is #B48FAE. Grayscale: #616161. Windows color (decimal): -11833263 or 5337163. OLE color: 5337163.

HSL color Cylindrical-coordinate representation of color #4B7051: hue angle of 129.73º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B7051 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB7511281-
CMYK0.3300.280.56
HSL129.73º19.79%36.67%-
HSV(B)129.73º33.04%43.92%-
XYZ10.1813.689.89-
YUV97.4118.74112.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=27.99%
G=41.79%
B=30.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112810.3300.280.56129.7319.7936.67
Hex4B70512101C38821425
Octal11316012141034702022445
Binary1001011111000010100011000010111001110001000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,81); }

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

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

 a { background-color: rgb(75,112,81); }

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

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

 span { border-color: rgb(75,112,81); }

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