Html Css Color HEX #46964D Fruit Salad

📋 copy color: '#46964D'

red 70 ◦ green 150 ◦ blue 77

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

Shades of Fruit Salad #46964D

Tints of Fruit Salad #46964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 23.57%
G = 50.51%
B = 25.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#46964D (or 0x46964D) is known color: Fruit Salad. HEX triplet: 46, 96 and 4D. RGB value is (70,150,77). Sum of RGB (Red+Green+Blue) = 70+150+77=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #46964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46964D is #B969B2. Grayscale: #757575. Windows color (decimal): -12151219 or 5084742. OLE color: 5084742.

HSL color Cylindrical-coordinate representation of color #46964D: hue angle of 125.25º 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 #46964D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 77 -
CMYK 0.53 0 0.49 0.41
HSL 125.25º 0.36% 0.43% -
HSV(B) 125.25º 0.53% 0.59% -
XYZ 14.77 23.65 10.81 -
YUV 117.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 70 150 77 0.53 0 0.49 0.41 125.25 0.36 0.43
Hex 46 96 4D 35 0 31 29 7D 24 2B
Octal 106 226 115 65 0 61 51 175 44 53
Binary 1000110 10010110 1001101 110101 0 110001 101001 1111101 100100 101011

Color Harmonies of #46964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46964D

Black with #46964D

Text Example


Text Example

White with #46964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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