#48684B

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

Shades of Killarney #48684B

Tints of Killarney #48684B

Color information

#48684B (or 0x48684B) is unknown color: approx Killarney. HEX triplet: 48, 68 and 4B. RGB value is (72,104,75). Sum of RGB (Red+Green+Blue) = 72+104+75=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #48684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48684B is #B797B4. Grayscale: #5B5B5B. Windows color (decimal): -12031925 or 4941896. OLE color: 4941896.

HSL color Cylindrical-coordinate representation of color #48684B: hue angle of 125.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48684B is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB7210475-
CMYK0.3100.280.59
HSL125.62º18.18%34.51%-
HSV(B)125.62º30.77%40.78%-
XYZ8.8911.798.46-
YUV91.13118.9114.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=28.69%
G=41.43%
B=29.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104750.3100.280.59125.6218.1834.51
Hex48684B1F01C3B7e1223
Octal11015011337034731762243
Binary10010001101000100101111111011100111011111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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