Html Css Color HEX #46A255 Fruit Salad

📋 copy color: '#46A255'

red 70 ◦ green 162 ◦ blue 85

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

Shades of Fruit Salad #46A255

Tints of Fruit Salad #46A255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 22.08%
G = 51.1%
B = 26.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#46A255 (or 0x46A255) is known color: Fruit Salad. HEX triplet: 46, A2 and 55. RGB value is (70,162,85). Sum of RGB (Red+Green+Blue) = 70+162+85=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #46A255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A255 is #B95DAA. Grayscale: #7D7D7D. Windows color (decimal): -12148139 or 5612102. OLE color: 5612102.

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

Color convert

RGB 70 162 85 -
CMYK 0.57 0 0.48 0.36
HSL 129.78º 0.4% 0.45% -
HSV(B) 129.78º 0.57% 0.64% -
XYZ 17.09 27.8 13.06 -
YUV 125.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 70 162 85 0.57 0 0.48 0.36 129.78 0.4 0.45
Hex 46 A2 55 39 0 30 24 82 28 2D
Octal 106 242 125 71 0 60 44 202 50 55
Binary 1000110 10100010 1010101 111001 0 110000 100100 10000010 101000 101101

Color Harmonies of #46A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A255

Black with #46A255

Text Example


Text Example

White with #46A255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,162,85); }

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

background-color css

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

 a { background-color: rgb(70,162,85); }

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

border-color css

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

 span { border-color: rgb(70,162,85); }

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