Html Css Color HEX #46AA52 Fruit Salad

📋 copy color: '#46AA52'

red 70 ◦ green 170 ◦ blue 82

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

Shades of Fruit Salad #46AA52

Tints of Fruit Salad #46AA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

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

R = 21.74%
G = 52.8%
B = 25.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#46AA52 (or 0x46AA52) is known color: Fruit Salad. HEX triplet: 46, AA and 52. RGB value is (70,170,82). Sum of RGB (Red+Green+Blue) = 70+170+82=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AA52 is #B955AD. Grayscale: #828282. Windows color (decimal): -12146094 or 5417542. OLE color: 5417542.

HSL color Cylindrical-coordinate representation of color #46AA52: hue angle of 127.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AA52 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 170 82 -
CMYK 0.59 0 0.52 0.33
HSL 127.2º 0.42% 0.47% -
HSV(B) 127.2º 0.59% 0.67% -
XYZ 18.42 30.66 12.93 -
YUV 130.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 70 170 82 0.59 0 0.52 0.33 127.2 0.42 0.47
Hex 46 AA 52 3B 0 34 21 7F 2A 2F
Octal 106 252 122 73 0 64 41 177 52 57
Binary 1000110 10101010 1010010 111011 0 110100 100001 1111111 101010 101111

Color Harmonies of #46AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AA52

Black with #46AA52

Text Example


Text Example

White with #46AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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