#4B7252

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

Shades of Killarney #4B7252

Tints of Killarney #4B7252

Color information

#4B7252 (or 0x4B7252) is unknown color: approx Killarney. HEX triplet: 4B, 72 and 52. RGB value is (75,114,82). Sum of RGB (Red+Green+Blue) = 75+114+82=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7252 is #B48DAD. Grayscale: #626262. Windows color (decimal): -11832750 or 5403211. OLE color: 5403211.

HSL color Cylindrical-coordinate representation of color #4B7252: hue angle of 130.77º 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 #4B7252 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB7511482-
CMYK0.3400.280.55
HSL130.77º20.63%37.06%-
HSV(B)130.77º34.21%44.71%-
XYZ10.4414.1410.16-
YUV98.69118.58111.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=27.68%
G=42.07%
B=30.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114820.3400.280.55130.7720.6337.06
Hex4B72522201C37831525
Octal11316212242034672032545
Binary1001011111001010100101000100111001101111000001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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