#48714B

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

Shades of Killarney #48714B

Tints of Killarney #48714B

Color information

#48714B (or 0x48714B) is unknown color: approx Killarney. HEX triplet: 48, 71 and 4B. RGB value is (72,113,75). Sum of RGB (Red+Green+Blue) = 72+113+75=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #48714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48714B is #B78EB4. Grayscale: #606060. Windows color (decimal): -12029621 or 4944200. OLE color: 4944200.

HSL color Cylindrical-coordinate representation of color #48714B: hue angle of 124.39º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48714B is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB7211375-
CMYK0.3600.340.56
HSL124.39º22.16%36.27%-
HSV(B)124.39º36.28%44.31%-
XYZ9.8513.78.78-
YUV96.41115.92110.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=27.69%
G=43.46%
B=28.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113750.3600.340.56124.3922.1636.27
Hex48714B24022387c1624
Octal11016111344042701742644
Binary1001000111000110010111001000100010111000111110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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