Html Css Color HEX #49B05C Fruit Salad

📋 copy color: '#49B05C'

red 73 ◦ green 176 ◦ blue 92

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

Shades of Fruit Salad #49B05C

Tints of Fruit Salad #49B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 21.41%
G = 51.61%
B = 26.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#49B05C (or 0x49B05C) is known color: Fruit Salad. HEX triplet: 49, B0 and 5C. RGB value is (73,176,92). Sum of RGB (Red+Green+Blue) = 73+176+92=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #49B05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B05C is #B64FA3. Grayscale: #878787. Windows color (decimal): -11947940 or 6074441. OLE color: 6074441.

HSL color Cylindrical-coordinate representation of color #49B05C: hue angle of 131.07º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B05C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 92 -
CMYK 0.59 0 0.48 0.31
HSL 131.07º 0.41% 0.49% -
HSV(B) 131.07º 0.59% 0.69% -
XYZ 20.2 33.24 15.48 -
YUV 135.63 103.38 83.33 -
System Red Green Blue C M Y K H S L
Decimal 73 176 92 0.59 0 0.48 0.31 131.07 0.41 0.49
Hex 49 B0 5C 3B 0 30 1F 83 29 31
Octal 111 260 134 73 0 60 37 203 51 61
Binary 1001001 10110000 1011100 111011 0 110000 11111 10000011 101001 110001

Color Harmonies of #49B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B05C

Black with #49B05C

Text Example


Text Example

White with #49B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,176,92); }

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

background-color css

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

 a { background-color: rgb(73,176,92); }

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

border-color css

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

 span { border-color: rgb(73,176,92); }

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