Html Css Color HEX #46A452 Fruit Salad

📋 copy color: '#46A452'

red 70 ◦ green 164 ◦ blue 82

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

Shades of Fruit Salad #46A452

Tints of Fruit Salad #46A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.9%

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

R = 22.15%
G = 51.9%
B = 25.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#46A452 (or 0x46A452) is known color: Fruit Salad. HEX triplet: 46, A4 and 52. RGB value is (70,164,82). Sum of RGB (Red+Green+Blue) = 70+164+82=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #46A452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A452 is #B95BAD. Grayscale: #7E7E7E. Windows color (decimal): -12147630 or 5416006. OLE color: 5416006.

HSL color Cylindrical-coordinate representation of color #46A452: hue angle of 127.66º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A452 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 164 82 -
CMYK 0.57 0 0.5 0.36
HSL 127.66º 0.4% 0.46% -
HSV(B) 127.66º 0.57% 0.64% -
XYZ 17.32 28.46 12.56 -
YUV 126.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 70 164 82 0.57 0 0.5 0.36 127.66 0.4 0.46
Hex 46 A4 52 39 0 32 24 80 28 2E
Octal 106 244 122 71 0 62 44 200 50 56
Binary 1000110 10100100 1010010 111001 0 110010 100100 10000000 101000 101110

Color Harmonies of #46A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A452

Black with #46A452

Text Example


Text Example

White with #46A452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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