Html Css Color HEX #48C398 Shamrock

📋 copy color: '#48C398'

red 72 ◦ green 195 ◦ blue 152

#48C398
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #48C398

Tints of Shamrock #48C398

RGB

 RED value IS 72 (28.52% from 255) = 17.18%

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 152 (59.77% from 255) = 36.28%

R = 17.18%
G = 46.54%
B = 36.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#48C398 (or 0x48C398) is known color: Shamrock. HEX triplet: 48, C3 and 98. RGB value is (72,195,152). Sum of RGB (Red+Green+Blue) = 72+195+152=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #48C398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C398 is #B73C67. Grayscale: #999999. Windows color (decimal): -12008552 or 10011464. OLE color: 10011464.

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

Color convert

RGB 72 195 152 -
CMYK 0.63 0 0.22 0.24
HSL 159.02º 0.51% 0.52% -
HSV(B) 159.02º 0.63% 0.76% -
XYZ 27.86 42.67 36.47 -
YUV 153.32 127.25 70 -
System Red Green Blue C M Y K H S L
Decimal 72 195 152 0.63 0 0.22 0.24 159.02 0.51 0.52
Hex 48 C3 98 3F 0 16 18 9F 33 34
Octal 110 303 230 77 0 26 30 237 63 64
Binary 1001000 11000011 10011000 111111 0 10110 11000 10011111 110011 110100

Color Harmonies of #48C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C398

Black with #48C398

Text Example


Text Example

White with #48C398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,152); }

 H1.HeaderClassName
 {
   color: #48C398;
 }
 .AnyTagClassName
 {
   color: #48C398;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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