Html Css Color HEX #46954E Fruit Salad

📋 copy color: '#46954E'

red 70 ◦ green 149 ◦ blue 78

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

Shades of Fruit Salad #46954E

Tints of Fruit Salad #46954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.17%

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

R = 23.57%
G = 50.17%
B = 26.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#46954E (or 0x46954E) is known color: Fruit Salad. HEX triplet: 46, 95 and 4E. RGB value is (70,149,78). Sum of RGB (Red+Green+Blue) = 70+149+78=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #46954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46954E is #B96AB1. Grayscale: #757575. Windows color (decimal): -12151474 or 5150022. OLE color: 5150022.

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

Color convert

RGB 70 149 78 -
CMYK 0.53 0 0.48 0.42
HSL 126.08º 0.36% 0.43% -
HSV(B) 126.08º 0.53% 0.58% -
XYZ 14.65 23.35 10.94 -
YUV 117.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 70 149 78 0.53 0 0.48 0.42 126.08 0.36 0.43
Hex 46 95 4E 35 0 30 2A 7E 24 2B
Octal 106 225 116 65 0 60 52 176 44 53
Binary 1000110 10010101 1001110 110101 0 110000 101010 1111110 100100 101011

Color Harmonies of #46954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46954E

Black with #46954E

Text Example


Text Example

White with #46954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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