Html Css Color HEX #46B053 Fruit Salad

📋 copy color: '#46B053'

red 70 ◦ green 176 ◦ blue 83

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

Shades of Fruit Salad #46B053

Tints of Fruit Salad #46B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 21.28%
G = 53.5%
B = 25.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#46B053 (or 0x46B053) is known color: Fruit Salad. HEX triplet: 46, B0 and 53. RGB value is (70,176,83). Sum of RGB (Red+Green+Blue) = 70+176+83=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #46B053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B053 is #B94FAC. Grayscale: #858585. Windows color (decimal): -12144557 or 5484614. OLE color: 5484614.

HSL color Cylindrical-coordinate representation of color #46B053: hue angle of 127.36º 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 #46B053 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 176 83 -
CMYK 0.60 0 0.53 0.31
HSL 127.36º 0.43% 0.48% -
HSV(B) 127.36º 0.6% 0.69% -
XYZ 19.61 32.98 13.52 -
YUV 133.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 70 176 83 0.60 0 0.53 0.31 127.36 0.43 0.48
Hex 46 B0 53 3C 0 35 1F 7F 2B 30
Octal 106 260 123 74 0 65 37 177 53 60
Binary 1000110 10110000 1010011 111100 0 110101 11111 1111111 101011 110000

Color Harmonies of #46B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B053

Black with #46B053

Text Example


Text Example

White with #46B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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