Html Css Color HEX #46B051 Fruit Salad

📋 copy color: '#46B051'

red 70 ◦ green 176 ◦ blue 81

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

Shades of Fruit Salad #46B051

Tints of Fruit Salad #46B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.82%

 BLUE value IS 81 (32.03% from 255) = 24.77%

R = 21.41%
G = 53.82%
B = 24.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#46B051 (or 0x46B051) is known color: Fruit Salad. HEX triplet: 46, B0 and 51. RGB value is (70,176,81). Sum of RGB (Red+Green+Blue) = 70+176+81=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #46B051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B051 is #B94FAE. Grayscale: #858585. Windows color (decimal): -12144559 or 5353542. OLE color: 5353542.

HSL color Cylindrical-coordinate representation of color #46B051: hue angle of 126.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46B051 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 176 81 -
CMYK 0.60 0 0.54 0.31
HSL 126.23º 0.43% 0.48% -
HSV(B) 126.23º 0.6% 0.69% -
XYZ 19.54 32.95 13.11 -
YUV 133.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 70 176 81 0.60 0 0.54 0.31 126.23 0.43 0.48
Hex 46 B0 51 3C 0 36 1F 7E 2B 30
Octal 106 260 121 74 0 66 37 176 53 60
Binary 1000110 10110000 1010001 111100 0 110110 11111 1111110 101011 110000

Color Harmonies of #46B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B051

Black with #46B051

Text Example


Text Example

White with #46B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,176,81); }

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

background-color css

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

 a { background-color: rgb(70,176,81); }

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

border-color css

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

 span { border-color: rgb(70,176,81); }

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