#48794B

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

Shades of Killarney #48794B

Tints of Killarney #48794B

Color information

#48794B (or 0x48794B) is unknown color: approx Killarney. HEX triplet: 48, 79 and 4B. RGB value is (72,121,75). Sum of RGB (Red+Green+Blue) = 72+121+75=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #48794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48794B is #B786B4. Grayscale: #656565. Windows color (decimal): -12027573 or 4946248. OLE color: 4946248.

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

Color convert

RGB7212175-
CMYK0.4000.380.53
HSL123.67º25.39%37.84%-
HSV(B)123.67º40.5%47.45%-
XYZ10.7815.569.09-
YUV101.1113.27107.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=26.87%
G=45.15%
B=27.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121750.4000.380.53123.6725.3937.84
Hex48794B28026357c1926
Octal11017111350046651743146
Binary1001000111100110010111010000100110110101111110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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