#488447

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

Shades of Killarney #488447

Tints of Killarney #488447

Color information

#488447 (or 0x488447) is unknown color: approx Killarney. HEX triplet: 48, 84 and 47. RGB value is (72,132,71). Sum of RGB (Red+Green+Blue) = 72+132+71=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #488447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488447 is #B77BB8. Grayscale: #6B6B6B. Windows color (decimal): -12024761 or 4686920. OLE color: 4686920.

HSL color Cylindrical-coordinate representation of color #488447: hue angle of 119.02º 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 #488447 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB7213271-
CMYK0.4500.460.48
HSL119.02º30.05%39.8%-
HSV(B)119.02º46.21%51.76%-
XYZ12.0618.348.86-
YUV107.11107.62102.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=26.18%
G=48%
B=25.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132710.4500.460.48119.0230.0539.8
Hex4884472D02E30771e28
Octal11020410755056601673650
Binary10010001000010010001111011010101110110000111011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488447; }

 p { color: rgb(72,132,71); }

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

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

 a { background-color: rgb(72,132,71); }

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

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

 span { border-color: rgb(72,132,71); }

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