Html Css Color HEX #48C494 Shamrock

📋 copy color: '#48C494'

red 72 ◦ green 196 ◦ blue 148

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

Shades of Shamrock #48C494

Tints of Shamrock #48C494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 17.31%
G = 47.12%
B = 35.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#48C494 (or 0x48C494) is known color: Shamrock. HEX triplet: 48, C4 and 94. RGB value is (72,196,148). Sum of RGB (Red+Green+Blue) = 72+196+148=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #48C494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C494 is #B73B6B. Grayscale: #999999. Windows color (decimal): -12008300 or 9749576. OLE color: 9749576.

HSL color Cylindrical-coordinate representation of color #48C494: hue angle of 156.77º degrees, saturation: 0.51, 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 #48C494 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 196 148 -
CMYK 0.63 0 0.24 0.23
HSL 156.77º 0.51% 0.53% -
HSV(B) 156.77º 0.63% 0.77% -
XYZ 27.76 43 34.85 -
YUV 153.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 72 196 148 0.63 0 0.24 0.23 156.77 0.51 0.53
Hex 48 C4 94 3F 0 18 17 9D 33 35
Octal 110 304 224 77 0 30 27 235 63 65
Binary 1001000 11000100 10010100 111111 0 11000 10111 10011101 110011 110101

Color Harmonies of #48C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C494

Black with #48C494

Text Example


Text Example

White with #48C494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,196,148); }

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

background-color css

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

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

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

border-color css

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

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

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