#48694B

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

Shades of Killarney #48694B

Tints of Killarney #48694B

Color information

#48694B (or 0x48694B) is unknown color: approx Killarney. HEX triplet: 48, 69 and 4B. RGB value is (72,105,75). Sum of RGB (Red+Green+Blue) = 72+105+75=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #48694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48694B is #B796B4. Grayscale: #5B5B5B. Windows color (decimal): -12031669 or 4942152. OLE color: 4942152.

HSL color Cylindrical-coordinate representation of color #48694B: hue angle of 125.45º degrees, saturation: 0.19, 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 #48694B is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB7210575-
CMYK0.3100.290.59
HSL125.45º18.64%34.71%-
HSV(B)125.45º31.43%41.18%-
XYZ8.9911.998.5-
YUV91.71118.57113.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=28.57%
G=41.67%
B=29.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105750.3100.290.59125.4518.6434.71
Hex48694B1F01D3B7d1323
Octal11015111337035731752343
Binary10010001101001100101111111011101111011111110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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