#488348

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

Shades of Killarney #488348

Tints of Killarney #488348

Color information

#488348 (or 0x488348) is unknown color: approx Killarney. HEX triplet: 48, 83 and 48. RGB value is (72,131,72). Sum of RGB (Red+Green+Blue) = 72+131+72=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #488348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488348 is #B77CB7. Grayscale: #6A6A6A. Windows color (decimal): -12025016 or 4752200. OLE color: 4752200.

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

Color convert

RGB7213172-
CMYK0.4500.450.49
HSL120º29.06%39.8%-
HSV(B)120º45.04%51.37%-
XYZ11.9618.088.99-
YUV106.63108.45103.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 131 (51.56% from 255) = 47.64%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=26.18%
G=47.64%
B=26.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72131720.4500.450.4912029.0639.8
Hex4883482D02D31781d28
Octal11020311055055611703550
Binary10010001000001110010001011010101101110001111100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488348; }

 p { color: rgb(72,131,72); }

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

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

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

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

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

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

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