Html Css Color HEX #46954F Fruit Salad

📋 copy color: '#46954F'

red 70 ◦ green 149 ◦ blue 79

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

Shades of Fruit Salad #46954F

Tints of Fruit Salad #46954F

RGB

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

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

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

R = 23.49%
G = 50%
B = 26.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#46954F (or 0x46954F) is known color: Fruit Salad. HEX triplet: 46, 95 and 4F. RGB value is (70,149,79). Sum of RGB (Red+Green+Blue) = 70+149+79=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #46954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46954F is #B96AB0. Grayscale: #757575. Windows color (decimal): -12151473 or 5215558. OLE color: 5215558.

HSL color Cylindrical-coordinate representation of color #46954F: hue angle of 126.84º 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 #46954F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 79 -
CMYK 0.53 0 0.47 0.42
HSL 126.84º 0.36% 0.43% -
HSV(B) 126.84º 0.53% 0.58% -
XYZ 14.68 23.36 11.13 -
YUV 117.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 70 149 79 0.53 0 0.47 0.42 126.84 0.36 0.43
Hex 46 95 4F 35 0 2F 2A 7F 24 2B
Octal 106 225 117 65 0 57 52 177 44 53
Binary 1000110 10010101 1001111 110101 0 101111 101010 1111111 100100 101011

Color Harmonies of #46954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46954F

Black with #46954F

Text Example


Text Example

White with #46954F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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