#48744E

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

Shades of Killarney #48744E

Tints of Killarney #48744E

Color information

#48744E (or 0x48744E) is unknown color: approx Killarney. HEX triplet: 48, 74 and 4E. RGB value is (72,116,78). Sum of RGB (Red+Green+Blue) = 72+116+78=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #48744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48744E is #B78BB1. Grayscale: #626262. Windows color (decimal): -12028850 or 5141576. OLE color: 5141576.

HSL color Cylindrical-coordinate representation of color #48744E: hue angle of 128.18º 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 #48744E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB7211678-
CMYK0.3800.330.55
HSL128.18º23.4%36.86%-
HSV(B)128.18º37.93%45.49%-
XYZ10.2914.429.45-
YUV98.51116.42109.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=27.07%
G=43.61%
B=29.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116780.3800.330.55128.1823.436.86
Hex48744E2602137801725
Octal11016411646041672002745
Binary10010001110100100111010011001000011101111000000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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