Html Css Color HEX #498E46 Fruit Salad

📋 copy color: '#498E46'

red 73 ◦ green 142 ◦ blue 70

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

Shades of Fruit Salad #498E46

Tints of Fruit Salad #498E46

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.82%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 25.61%
G = 49.82%
B = 24.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#498E46 (or 0x498E46) is known color: Fruit Salad. HEX triplet: 49, 8E and 46. RGB value is (73,142,70). Sum of RGB (Red+Green+Blue) = 73+142+70=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #498E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E46 is #B671B9. Grayscale: #717171. Windows color (decimal): -11956666 or 4623945. OLE color: 4623945.

HSL color Cylindrical-coordinate representation of color #498E46: hue angle of 117.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498E46 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 142 70 -
CMYK 0.49 0 0.51 0.44
HSL 117.5º 0.34% 0.42% -
HSV(B) 117.5º 0.51% 0.56% -
XYZ 13.53 21.2 9.17 -
YUV 113.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 73 142 70 0.49 0 0.51 0.44 117.5 0.34 0.42
Hex 49 8E 46 31 0 33 2C 76 22 2A
Octal 111 216 106 61 0 63 54 166 42 52
Binary 1001001 10001110 1000110 110001 0 110011 101100 1110110 100010 101010

Color Harmonies of #498E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498E46

Black with #498E46

Text Example


Text Example

White with #498E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498E46; }

 p { color: rgb(73,142,70); }

 H1.HeaderClassName
 {
   color: #498E46;
 }
 .AnyTagClassName
 {
   color: #498E46;
 }
</style>

background-color css

<style>
 a { background-color: #498E46; }

 a { background-color: rgb(73,142,70); }

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

border-color css

<style>
 span { border-color: #498E46; }

 span { border-color: rgb(73,142,70); }

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