Html Css Color HEX #49D594 Shamrock

📋 copy color: '#49D594'

red 73 ◦ green 213 ◦ blue 148

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

Shades of Shamrock #49D594

Tints of Shamrock #49D594

RGB

 RED value IS 73 (28.91% from 255) = 16.82%

 GREEN value IS 213 (83.59% from 255) = 49.08%

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

R = 16.82%
G = 49.08%
B = 34.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#49D594 (or 0x49D594) is known color: Shamrock. HEX triplet: 49, D5 and 94. RGB value is (73,213,148). Sum of RGB (Red+Green+Blue) = 73+213+148=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #49D594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D594 is #B62A6B. Grayscale: #A3A3A3. Windows color (decimal): -11938412 or 9753929. OLE color: 9753929.

HSL color Cylindrical-coordinate representation of color #49D594: hue angle of 152.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D594 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 148 -
CMYK 0.66 0 0.31 0.16
HSL 152.14º 0.63% 0.56% -
HSV(B) 152.14º 0.66% 0.84% -
XYZ 31.89 51.14 36.21 -
YUV 163.73 119.12 63.29 -
System Red Green Blue C M Y K H S L
Decimal 73 213 148 0.66 0 0.31 0.16 152.14 0.63 0.56
Hex 49 D5 94 42 0 1F 10 98 3E 38
Octal 111 325 224 102 0 37 20 230 76 70
Binary 1001001 11010101 10010100 1000010 0 11111 10000 10011000 111110 111000

Color Harmonies of #49D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D594

Black with #49D594

Text Example


Text Example

White with #49D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49D594; }

 p { color: rgb(73,213,148); }

 H1.HeaderClassName
 {
   color: #49D594;
 }
 .AnyTagClassName
 {
   color: #49D594;
 }
</style>

background-color css

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

 a { background-color: rgb(73,213,148); }

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

border-color css

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

 span { border-color: rgb(73,213,148); }

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