Html Css Color HEX #49C045 Fruit Salad

📋 copy color: '#49C045'

red 73 ◦ green 192 ◦ blue 69

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

Shades of Fruit Salad #49C045

Tints of Fruit Salad #49C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 21.86%
G = 57.49%
B = 20.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#49C045 (or 0x49C045) is known color: Fruit Salad. HEX triplet: 49, C0 and 45. RGB value is (73,192,69). Sum of RGB (Red+Green+Blue) = 73+192+69=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #49C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C045 is #B63FBA. Grayscale: #8E8E8E. Windows color (decimal): -11943867 or 4571209. OLE color: 4571209.

HSL color Cylindrical-coordinate representation of color #49C045: hue angle of 118.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C045 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 69 -
CMYK 0.62 0 0.64 0.25
HSL 118.05º 0.49% 0.51% -
HSV(B) 118.05º 0.64% 0.75% -
XYZ 22.67 39.55 12.07 -
YUV 142.4 86.58 78.5 -
System Red Green Blue C M Y K H S L
Decimal 73 192 69 0.62 0 0.64 0.25 118.05 0.49 0.51
Hex 49 C0 45 3E 0 40 19 76 31 33
Octal 111 300 105 76 0 100 31 166 61 63
Binary 1001001 11000000 1000101 111110 0 1000000 11001 1110110 110001 110011

Color Harmonies of #49C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C045

Black with #49C045

Text Example


Text Example

White with #49C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,69); }

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

background-color css

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

 a { background-color: rgb(73,192,69); }

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

border-color css

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

 span { border-color: rgb(73,192,69); }

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