#488550

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

Shades of Killarney #488550

Tints of Killarney #488550

Color information

#488550 (or 0x488550) is unknown color: approx Killarney. HEX triplet: 48, 85 and 50. RGB value is (72,133,80). Sum of RGB (Red+Green+Blue) = 72+133+80=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #488550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488550 is #B77AAF. Grayscale: #6C6C6C. Windows color (decimal): -12024496 or 5277000. OLE color: 5277000.

HSL color Cylindrical-coordinate representation of color #488550: hue angle of 127.87º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488550 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB7213380-
CMYK0.4600.400.48
HSL127.87º29.76%40.2%-
HSV(B)127.87º45.86%52.16%-
XYZ12.5118.7310.55-
YUV108.72111.79101.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=25.26%
G=46.67%
B=28.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133800.4600.400.48127.8729.7640.2
Hex4885502E02830801e28
Octal11020512056050602003650
Binary100100010000101101000010111001010001100001000000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488550; }

 p { color: rgb(72,133,80); }

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

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

 a { background-color: rgb(72,133,80); }

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

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

 span { border-color: rgb(72,133,80); }

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