Html Css Color HEX #46964E Fruit Salad

📋 copy color: '#46964E'

red 70 ◦ green 150 ◦ blue 78

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

Shades of Fruit Salad #46964E

Tints of Fruit Salad #46964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.34%

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 23.49%
G = 50.34%
B = 26.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#46964E (or 0x46964E) is known color: Fruit Salad. HEX triplet: 46, 96 and 4E. RGB value is (70,150,78). Sum of RGB (Red+Green+Blue) = 70+150+78=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #46964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46964E is #B969B1. Grayscale: #767676. Windows color (decimal): -12151218 or 5150278. OLE color: 5150278.

HSL color Cylindrical-coordinate representation of color #46964E: hue angle of 126º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46964E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 78 -
CMYK 0.53 0 0.48 0.41
HSL 126º 0.36% 0.43% -
HSV(B) 126º 0.53% 0.59% -
XYZ 14.81 23.66 11 -
YUV 117.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 70 150 78 0.53 0 0.48 0.41 126 0.36 0.43
Hex 46 96 4E 35 0 30 29 7E 24 2B
Octal 106 226 116 65 0 60 51 176 44 53
Binary 1000110 10010110 1001110 110101 0 110000 101001 1111110 100100 101011

Color Harmonies of #46964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46964E

Black with #46964E

Text Example


Text Example

White with #46964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46964E; }

 p { color: rgb(70,150,78); }

 H1.HeaderClassName
 {
   color: #46964E;
 }
 .AnyTagClassName
 {
   color: #46964E;
 }
</style>

background-color css

<style>
 a { background-color: #46964E; }

 a { background-color: rgb(70,150,78); }

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

border-color css

<style>
 span { border-color: #46964E; }

 span { border-color: rgb(70,150,78); }

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