#49f628

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

Shades of Harlequin #49F628

Tints of Harlequin #49F628

Color information

#49F628 (or 0x49F628) is unknown color: approx Harlequin. HEX triplet: 49, F6 and 28. RGB value is (73,246,40). Sum of RGB (Red+Green+Blue) = 73+246+40=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 246 (96.48% from 255 or 68.52% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 246 - color contains mainly: green. Hex color #49F628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F628 is #B609D7. Grayscale: #ABABAB. Windows color (decimal): -11930072 or 2684489. OLE color: 2684489.

HSL color Cylindrical-coordinate representation of color #49F628: hue angle of 110.39º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49F628 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB7324640-
CMYK0.7000.840.04
HSL110.39º91.96%56.08%-
HSV(B)110.39º83.74%96.47%-
XYZ36.0967.4813.13-
YUV170.7954.1958.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 246 (96.48% from 255) = 68.52%
BLUE value IS 40 (16.02% from 255) = 11.14%
R=20.33%
G=68.52%
B=11.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73246400.7000.840.04110.3991.9656.08
Hex49F6284605446e5c38
Octal111366501060124415613470
Binary10010011111011010100010001100101010010011011101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49f628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,246,40); }

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

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

 a { background-color: rgb(73,246,40); }

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

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

 span { border-color: rgb(73,246,40); }

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