Html Css Color HEX #46984F Fruit Salad

📋 copy color: '#46984F'

red 70 ◦ green 152 ◦ blue 79

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

Shades of Fruit Salad #46984F

Tints of Fruit Salad #46984F

RGB

 RED value IS 70 (27.73% from 255) = 23.26%

 GREEN value IS 152 (59.77% from 255) = 50.5%

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 23.26%
G = 50.5%
B = 26.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#46984F (or 0x46984F) is known color: Fruit Salad. HEX triplet: 46, 98 and 4F. RGB value is (70,152,79). Sum of RGB (Red+Green+Blue) = 70+152+79=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #46984F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46984F is #B967B0. Grayscale: #777777. Windows color (decimal): -12150705 or 5216326. OLE color: 5216326.

HSL color Cylindrical-coordinate representation of color #46984F: hue angle of 126.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46984F is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 79 -
CMYK 0.54 0 0.48 0.40
HSL 126.59º 0.37% 0.44% -
HSV(B) 126.59º 0.54% 0.6% -
XYZ 15.17 24.32 11.29 -
YUV 119.16 105.33 92.94 -
System Red Green Blue C M Y K H S L
Decimal 70 152 79 0.54 0 0.48 0.40 126.59 0.37 0.44
Hex 46 98 4F 36 0 30 28 7F 25 2C
Octal 106 230 117 66 0 60 50 177 45 54
Binary 1000110 10011000 1001111 110110 0 110000 101000 1111111 100101 101100

Color Harmonies of #46984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46984F

Black with #46984F

Text Example


Text Example

White with #46984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46984F; }

 p { color: rgb(70,152,79); }

 H1.HeaderClassName
 {
   color: #46984F;
 }
 .AnyTagClassName
 {
   color: #46984F;
 }
</style>

background-color css

<style>
 a { background-color: #46984F; }

 a { background-color: rgb(70,152,79); }

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

border-color css

<style>
 span { border-color: #46984F; }

 span { border-color: rgb(70,152,79); }

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