#48794D

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

Shades of Killarney #48794D

Tints of Killarney #48794D

Color information

#48794D (or 0x48794D) is unknown color: approx Killarney. HEX triplet: 48, 79 and 4D. RGB value is (72,121,77). Sum of RGB (Red+Green+Blue) = 72+121+77=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #48794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48794D is #B786B2. Grayscale: #656565. Windows color (decimal): -12027571 or 5077320. OLE color: 5077320.

HSL color Cylindrical-coordinate representation of color #48794D: hue angle of 126.12º 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 #48794D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB7212177-
CMYK0.4000.360.53
HSL126.12º25.39%37.84%-
HSV(B)126.12º40.5%47.45%-
XYZ10.8515.599.46-
YUV101.33114.27107.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=26.67%
G=44.81%
B=28.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121770.4000.360.53126.1225.3937.84
Hex48794D28024357e1926
Octal11017111550044651763146
Binary1001000111100110011011010000100100110101111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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