Html Css Color HEX #49F326 Harlequin

📋 copy color: '#49F326'

red 73 ◦ green 243 ◦ blue 38

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

Shades of Harlequin #49F326

Tints of Harlequin #49F326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 20.62%
G = 68.64%
B = 10.73%

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

#49F326 (or 0x49F326) is known color: Harlequin. HEX triplet: 49, F3 and 26. RGB value is (73,243,38). Sum of RGB (Red+Green+Blue) = 73+243+38=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #49F326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F326 is #B60CD9. Grayscale: #A9A9A9. Windows color (decimal): -11930842 or 2552649. OLE color: 2552649.

HSL color Cylindrical-coordinate representation of color #49F326: hue angle of 109.76º degrees, saturation: 0.9, 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 #49F326 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 243 38 -
CMYK 0.70 0 0.84 0.05
HSL 109.76º 0.9% 0.55% -
HSV(B) 109.76º 0.84% 0.95% -
XYZ 35.15 65.66 12.65 -
YUV 168.8 54.18 59.67 -
System Red Green Blue C M Y K H S L
Decimal 73 243 38 0.70 0 0.84 0.05 109.76 0.9 0.55
Hex 49 F3 26 46 0 54 5 6E 5A 37
Octal 111 363 46 106 0 124 5 156 132 67
Binary 1001001 11110011 100110 1000110 0 1010100 101 1101110 1011010 110111

Color Harmonies of #49F326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F326

Black with #49F326

Text Example


Text Example

White with #49F326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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