Html Css Color HEX #49F327 Harlequin

📋 copy color: '#49F327'

red 73 ◦ green 243 ◦ blue 39

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

Shades of Harlequin #49F327

Tints of Harlequin #49F327

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.45%

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 20.56%
G = 68.45%
B = 10.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#49F327 (or 0x49F327) is known color: Harlequin. HEX triplet: 49, F3 and 27. RGB value is (73,243,39). Sum of RGB (Red+Green+Blue) = 73+243+39=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #49F327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F327 is #B60CD8. Grayscale: #A9A9A9. Windows color (decimal): -11930841 or 2618185. OLE color: 2618185.

HSL color Cylindrical-coordinate representation of color #49F327: hue angle of 110º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49F327 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 243 39 -
CMYK 0.70 0 0.84 0.05
HSL 110º 0.89% 0.55% -
HSV(B) 110º 0.84% 0.95% -
XYZ 35.16 65.66 12.74 -
YUV 168.91 54.68 59.59 -
System Red Green Blue C M Y K H S L
Decimal 73 243 39 0.70 0 0.84 0.05 110 0.89 0.55
Hex 49 F3 27 46 0 54 5 6E 59 37
Octal 111 363 47 106 0 124 5 156 131 67
Binary 1001001 11110011 100111 1000110 0 1010100 101 1101110 1011001 110111

Color Harmonies of #49F327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F327

Black with #49F327

Text Example


Text Example

White with #49F327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,243,39); }

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

background-color css

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

 a { background-color: rgb(73,243,39); }

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

border-color css

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

 span { border-color: rgb(73,243,39); }

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