#48884B

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

Shades of Killarney #48884B

Tints of Killarney #48884B

Color information

#48884B (or 0x48884B) is unknown color: approx Killarney. HEX triplet: 48, 88 and 4B. RGB value is (72,136,75). Sum of RGB (Red+Green+Blue) = 72+136+75=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #48884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48884B is #B777B4. Grayscale: #6E6E6E. Windows color (decimal): -12023733 or 4950088. OLE color: 4950088.

HSL color Cylindrical-coordinate representation of color #48884B: hue angle of 122.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48884B is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB7213675-
CMYK0.4700.450.47
HSL122.81º30.77%40.78%-
HSV(B)122.81º47.06%53.33%-
XYZ12.7519.499.75-
YUV109.91108.3100.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=25.44%
G=48.06%
B=26.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136750.4700.450.47122.8130.7740.78
Hex48884B2F02D2F7b1f29
Octal11021011357055571733751
Binary10010001000100010010111011110101101101111111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48884B; }

 p { color: rgb(72,136,75); }

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

<style>
 a { background-color: #48884B; }

 a { background-color: rgb(72,136,75); }

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

<style>
 span { border-color: #48884B; }

 span { border-color: rgb(72,136,75); }

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