#48744B

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

Shades of Killarney #48744B

Tints of Killarney #48744B

Color information

#48744B (or 0x48744B) is unknown color: approx Killarney. HEX triplet: 48, 74 and 4B. RGB value is (72,116,75). Sum of RGB (Red+Green+Blue) = 72+116+75=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #48744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48744B is #B78BB4. Grayscale: #626262. Windows color (decimal): -12028853 or 4944968. OLE color: 4944968.

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

Color convert

RGB7211675-
CMYK0.3800.350.55
HSL124.09º23.4%36.86%-
HSV(B)124.09º37.93%45.49%-
XYZ10.1914.388.89-
YUV98.17114.92109.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=27.38%
G=44.11%
B=28.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116750.3800.350.55124.0923.436.86
Hex48744B26023377c1725
Octal11016411346043671742745
Binary1001000111010010010111001100100011110111111110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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