Html Css Color HEX #46A552 Fruit Salad

📋 copy color: '#46A552'

red 70 ◦ green 165 ◦ blue 82

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

Shades of Fruit Salad #46A552

Tints of Fruit Salad #46A552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.05%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 22.08%
G = 52.05%
B = 25.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#46A552 (or 0x46A552) is known color: Fruit Salad. HEX triplet: 46, A5 and 52. RGB value is (70,165,82). Sum of RGB (Red+Green+Blue) = 70+165+82=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #46A552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A552 is #B95AAD. Grayscale: #7F7F7F. Windows color (decimal): -12147374 or 5416262. OLE color: 5416262.

HSL color Cylindrical-coordinate representation of color #46A552: hue angle of 127.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A552 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 165 82 -
CMYK 0.58 0 0.50 0.35
HSL 127.58º 0.4% 0.46% -
HSV(B) 127.58º 0.58% 0.65% -
XYZ 17.5 28.82 12.62 -
YUV 127.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 70 165 82 0.58 0 0.50 0.35 127.58 0.4 0.46
Hex 46 A5 52 3A 0 32 23 80 28 2E
Octal 106 245 122 72 0 62 43 200 50 56
Binary 1000110 10100101 1010010 111010 0 110010 100011 10000000 101000 101110

Color Harmonies of #46A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A552

Black with #46A552

Text Example


Text Example

White with #46A552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A552; }

 p { color: rgb(70,165,82); }

 H1.HeaderClassName
 {
   color: #46A552;
 }
 .AnyTagClassName
 {
   color: #46A552;
 }
</style>

background-color css

<style>
 a { background-color: #46A552; }

 a { background-color: rgb(70,165,82); }

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

border-color css

<style>
 span { border-color: #46A552; }

 span { border-color: rgb(70,165,82); }

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