#48824B

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

Shades of Killarney #48824B

Tints of Killarney #48824B

Color information

#48824B (or 0x48824B) is unknown color: approx Killarney. HEX triplet: 48, 82 and 4B. RGB value is (72,130,75). Sum of RGB (Red+Green+Blue) = 72+130+75=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #48824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48824B is #B77DB4. Grayscale: #6A6A6A. Windows color (decimal): -12025269 or 4948552. OLE color: 4948552.

HSL color Cylindrical-coordinate representation of color #48824B: hue angle of 123.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48824B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB7213075-
CMYK0.4500.420.49
HSL123.1º28.71%39.61%-
HSV(B)123.1º44.62%50.98%-
XYZ11.9317.859.47-
YUV106.39110.28103.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=25.99%
G=46.93%
B=27.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130750.4500.420.49123.128.7139.61
Hex48824B2D02A317b1d28
Octal11020211355052611733550
Binary10010001000001010010111011010101010110001111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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