#48c595

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

Shades of Shamrock #48C595

Tints of Shamrock #48C595

Color information

#48C595 (or 0x48C595) is unknown color: approx Shamrock. HEX triplet: 48, C5 and 95. RGB value is (72,197,149). Sum of RGB (Red+Green+Blue) = 72+197+149=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #48C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C595 is #B73A6A. Grayscale: #9A9A9A. Windows color (decimal): -12008043 or 9815368. OLE color: 9815368.

HSL color Cylindrical-coordinate representation of color #48C595: hue angle of 156.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C595 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB72197149-
CMYK0.6300.240.23
HSL156.96º51.87%52.75%-
HSV(B)156.96º63.45%77.25%-
XYZ28.0643.4835.35-
YUV154.15125.0969.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.22%
GREEN value IS 197 (77.34% from 255) = 47.13%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=17.22%
G=47.13%
B=35.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721971490.6300.240.23156.9651.8752.75
Hex48C5953F018179d3435
Octal11030522577030272356465
Binary100100011000101100101011111110110001011110011101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48c595; }

 p { color: rgb(72,197,149); }

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

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

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

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

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

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

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