#48724B

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

Shades of Killarney #48724B

Tints of Killarney #48724B

Color information

#48724B (or 0x48724B) is unknown color: approx Killarney. HEX triplet: 48, 72 and 4B. RGB value is (72,114,75). Sum of RGB (Red+Green+Blue) = 72+114+75=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #48724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48724B is #B78DB4. Grayscale: #616161. Windows color (decimal): -12029365 or 4944456. OLE color: 4944456.

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

Color convert

RGB7211475-
CMYK0.3700.340.55
HSL124.29º22.58%36.47%-
HSV(B)124.29º36.84%44.71%-
XYZ9.9613.928.82-
YUV97115.59110.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=27.59%
G=43.68%
B=28.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114750.3700.340.55124.2922.5836.47
Hex48724B25022377c1724
Octal11016211345042671742744
Binary1001000111001010010111001010100010110111111110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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