#4B7253

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

Shades of Killarney #4B7253

Tints of Killarney #4B7253

Color information

#4B7253 (or 0x4B7253) is unknown color: approx Killarney. HEX triplet: 4B, 72 and 53. RGB value is (75,114,83). Sum of RGB (Red+Green+Blue) = 75+114+83=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7253 is #B48DAC. Grayscale: #626262. Windows color (decimal): -11832749 or 5468747. OLE color: 5468747.

HSL color Cylindrical-coordinate representation of color #4B7253: hue angle of 132.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7253 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB7511483-
CMYK0.3400.270.55
HSL132.31º20.63%37.06%-
HSV(B)132.31º34.21%44.71%-
XYZ10.4814.1610.36-
YUV98.8119.08111.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.57%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=27.57%
G=41.91%
B=30.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114830.3400.270.55132.3120.6337.06
Hex4B72532201B37841525
Octal11316212342033672042545
Binary1001011111001010100111000100110111101111000010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,83); }

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

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

 a { background-color: rgb(75,114,83); }

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

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

 span { border-color: rgb(75,114,83); }

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