#48724F

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

Shades of Killarney #48724F

Tints of Killarney #48724F

Color information

#48724F (or 0x48724F) is unknown color: approx Killarney. HEX triplet: 48, 72 and 4F. RGB value is (72,114,79). Sum of RGB (Red+Green+Blue) = 72+114+79=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #48724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48724F is #B78DB0. Grayscale: #616161. Windows color (decimal): -12029361 or 5206600. OLE color: 5206600.

HSL color Cylindrical-coordinate representation of color #48724F: hue angle of 130º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48724F is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB7211479-
CMYK0.3700.310.55
HSL130º22.58%36.47%-
HSV(B)130º36.84%44.71%-
XYZ10.113.989.56-
YUV97.45117.59109.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=27.17%
G=43.02%
B=29.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114790.3700.310.5513022.5836.47
Hex48724F2501F37821724
Octal11016211745037672022744
Binary1001000111001010011111001010111111101111000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48724F; }

 p { color: rgb(72,114,79); }

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

<style>
 a { background-color: #48724F; }

 a { background-color: rgb(72,114,79); }

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

<style>
 span { border-color: #48724F; }

 span { border-color: rgb(72,114,79); }

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