Html Css Color HEX #46953F Fruit Salad

📋 copy color: '#46953F'

red 70 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #46953F

Tints of Fruit Salad #46953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 24.82%
G = 52.84%
B = 22.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#46953F (or 0x46953F) is known color: Fruit Salad. HEX triplet: 46, 95 and 3F. RGB value is (70,149,63). Sum of RGB (Red+Green+Blue) = 70+149+63=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #46953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46953F is #B96AC0. Grayscale: #737373. Windows color (decimal): -12151489 or 4166982. OLE color: 4166982.

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

Color convert

RGB 70 149 63 -
CMYK 0.53 0 0.58 0.42
HSL 115.12º 0.41% 0.42% -
HSV(B) 115.12º 0.58% 0.58% -
XYZ 14.17 23.16 8.43 -
YUV 115.58 98.33 95.49 -
System Red Green Blue C M Y K H S L
Decimal 70 149 63 0.53 0 0.58 0.42 115.12 0.41 0.42
Hex 46 95 3F 35 0 3A 2A 73 29 2A
Octal 106 225 77 65 0 72 52 163 51 52
Binary 1000110 10010101 111111 110101 0 111010 101010 1110011 101001 101010

Color Harmonies of #46953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46953F

Black with #46953F

Text Example


Text Example

White with #46953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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