#48794F

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

Shades of Killarney #48794F

Tints of Killarney #48794F

Color information

#48794F (or 0x48794F) is unknown color: approx Killarney. HEX triplet: 48, 79 and 4F. RGB value is (72,121,79). Sum of RGB (Red+Green+Blue) = 72+121+79=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #48794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48794F is #B786B0. Grayscale: #656565. Windows color (decimal): -12027569 or 5208392. OLE color: 5208392.

HSL color Cylindrical-coordinate representation of color #48794F: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48794F is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB7212179-
CMYK0.4000.350.53
HSL128.57º25.39%37.84%-
HSV(B)128.57º40.5%47.45%-
XYZ10.9215.629.84-
YUV101.56115.27106.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=26.47%
G=44.49%
B=29.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121790.4000.350.53128.5725.3937.84
Hex48794F2802335811926
Octal11017111750043652013146
Binary10010001111001100111110100001000111101011000000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48794F; }

 p { color: rgb(72,121,79); }

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

<style>
 a { background-color: #48794F; }

 a { background-color: rgb(72,121,79); }

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

<style>
 span { border-color: #48794F; }

 span { border-color: rgb(72,121,79); }

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